Html Css Color HEX #064ECC Navy Blue

📋 copy color: '#064ECC'

red 6 ◦ green 78 ◦ blue 204

#064ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #064ECC

Tints of Navy Blue #064ECC

RGB

 RED value IS 6 (2.73% from 255) = 2.08%

 GREEN value IS 78 (30.86% from 255) = 27.08%

 BLUE value IS 204 (80.08% from 255) = 70.83%

R = 2.08%
G = 27.08%
B = 70.83%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#064ECC (or 0x064ECC) is known color: Navy Blue. HEX triplet: 06, 4E and CC. RGB value is (6,78,204). Sum of RGB (Red+Green+Blue) = 6+78+204=288 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 204 (80.08% from 255 or 70.83% from 288); Max value from RGB is 204 - color contains mainly: blue. Hex color #064ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064ECC is #F9B133. Grayscale: #464646. Windows color (decimal): -16363828 or 13389318. OLE color: 13389318.

HSL color Cylindrical-coordinate representation of color #064ECC: hue angle of 218.18º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064ECC is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 6 78 204 -
CMYK 0.97 0.62 0 0.2
HSL 218.18º 0.94% 0.41% -
HSV(B) 218.18º 0.97% 0.8% -
XYZ 13.7 9.85 58.31 -
YUV 70.84 203.15 81.75 -
System Red Green Blue C M Y K H S L
Decimal 6 78 204 0.97 0.62 0 0.2 218.18 0.94 0.41
Hex 6 4E CC 61 3E 0 14 DA 5E 29
Octal 6 116 314 141 76 0 24 332 136 51
Binary 110 1001110 11001100 1100001 111110 0 10100 11011010 1011110 101001

Color Harmonies of #064ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064ECC

Black with #064ECC

Text Example


Text Example

White with #064ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064ECC; }

 p { color: rgb(6,78,204); }

 H1.HeaderClassName
 {
   color: #064ECC;
 }
 .AnyTagClassName
 {
   color: #064ECC;
 }
</style>

background-color css

<style>
 a { background-color: #064ECC; }

 a { background-color: rgb(6,78,204); }

 div.DivClassName
 {
   background-color: #064ECC;
 }
 .BgClassName
 {
   background-color: #064ECC;
 }
</style>

border-color css

<style>
 span { border-color: #064ECC; }

 span { border-color: rgb(6,78,204); }

 td.TdClassName
 {
   border-color: #064ECC;
 }
 .TagClassName
 {
   border-color: #064ECC;
 }
</style>