COLOR #0064C0

HEX: #0064C0
RGB: (0,100,192)

Color info

#0064C0 contains mainly blue color. Web safe color of #0064C0 is #0066CC (or #06C).

RGB color model

#0064C0 color RGB value is (0,100,192).

  • red value is 0;
  • green value is 100;
  • blue value is 192.
RGB:
(0,100,192)
(0%,39%,75%)

RGB channels and saturation

R 0 of 255 = 0%
G 100 of 255 = 39%
B 192 of 255 = 75%

0
100
192

R + G + B ~ 38%. #0064C0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 100 + 192 = 292 (100%)
R 0 of 292 ~ 0%
G 100 of 292 ~ 34.25%
B 192 of 292 ~ 65.75%

%34.25
%65.75

CMYK color model

#0064C0 color CMYK value is (100,48,0,25).

  • cyan value is 100.00%
  • magenta value is 47.92%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(100,48,0,25)
C100M48Y0K25 
(100%,48%,0%,25%)
(1.00/0.48/0.00/0.25)	

CMYK percentages

%100
%47.92
%0
%24.71

Codes

Color #0064C0 in popluar color models

0064C0
RGB0100192
HSL209°100.00%37.65%
HSB/HSV209°100.00%75.29%
CMYK100.00%47.92%0.00%
24.71%

Color #0064C0 in popluar number systems.

HEX0064C0
Decimal0100192
Binary0110010011000000
Octal0144300

Shades and tints

Shades of #0064C0

#0064C0
(0,100,192)
#005BAF
(0,91,175)
#00529E
(0,82,158)
#00498D
(0,73,141)
#00407C
(0,64,124)
#00376B
(0,55,107)
#002E5A
(0,46,90)
#002549
(0,37,73)
#001C38
(0,28,56)
#001327
(0,19,39)
#000A16
(0,10,22)
#000000
(0,0,0)

Tints of #0064C0

#0064C0
(0,100,192)
#1772C5
(23,114,197)
#2E80CA
(46,128,202)
#458ECF
(69,142,207)
#5C9CD4
(92,156,212)
#73AAD9
(115,170,217)
#8AB8DE
(138,184,222)
#A1C6E3
(161,198,227)
#B8D4E8
(184,212,232)
#CFE2ED
(207,226,237)
#E6F0F2
(230,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0064C0 color. Also use rgb(0,100,192) instead hex code.

Text Font Color

.myTextColor { color: #0064C0; }

<p style="color:#0064C0">This sample text font color is #0064C0.</p>

This text font color is #0064C0.


Background Color

.myBgColor { background-color: #0064C0; }

<div style="background-color:#0064C0">Inner text</div>

This div background color is #0064C0.


Border color

.myBorderColor { border: 1px solid #0064C0; }

<div style="border:3px solid #0064C0">Div</div>

This div border color is #0064C0.


Opacity

.myOpacity80 { color: #0064C0; opacity: 0.8; }

<p style="color:#0064C0;opacity:0.8;">80%</p>

Text with #0064C0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0064C0;}

<p style="text-shadow: 3px 3px 1px #0064C0">Text here.</p>

This text has shadow with #0064C0 color.

.textShadow {text-shadow: 3px 3px 1px #0064C0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0064C0, 5px 5px 20px red">Text here.</p>

This text has shadow with #0064C0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0064C0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0064C0, Direction=45, Strength=4)">Text</p>

This text has shadow with #0064C0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0064C0;
  -webkit-box-shadow:	1px 1px 3px 2px #0064C0;
  box-shadow:		1px 1px 3px 2px #0064C0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0064C0;
-webkit-box-shadow: 1px 1px 3px 2px #0064C0;
box-shadow:1px 1px 3px 2px #0064C0;">
Div content here</div>
This div box has shadow with color #0064C0.

Preview

Color preview on black background

This text has color #0064C0 on black background.


Color preview on white background

This text has color #0064C0 on white background.



Black color preview on #0064C0 background

This text has black color on #0064C0 background.


White color preview on #0064C0 background

This text has white color on #0064C0 background.