Html Css Color HEX #064CCE Navy Blue

📋 copy color: '#064CCE'

red 6 ◦ green 76 ◦ blue 206

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

Shades of Navy Blue #064CCE

Tints of Navy Blue #064CCE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.39%

 BLUE value IS 206 (80.86% from 255) = 71.53%

R = 2.08%
G = 26.39%
B = 71.53%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#064CCE (or 0x064CCE) is known color: Navy Blue. HEX triplet: 06, 4C and CE. RGB value is (6,76,206). Sum of RGB (Red+Green+Blue) = 6+76+206=288 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 206 (80.86% from 255 or 71.53% from 288); Max value from RGB is 206 - color contains mainly: blue. Hex color #064CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064CCE is #F9B331. Grayscale: #454545. Windows color (decimal): -16364338 or 13519878. OLE color: 13519878.

HSL color Cylindrical-coordinate representation of color #064CCE: hue angle of 219º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064CCE is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 76 206 -
CMYK 0.97 0.63 0 0.19
HSL 219º 0.94% 0.42% -
HSV(B) 219º 0.97% 0.81% -
XYZ 13.8 9.66 59.53 -
YUV 69.89 204.81 82.43 -
System Red Green Blue C M Y K H S L
Decimal 6 76 206 0.97 0.63 0 0.19 219 0.94 0.42
Hex 6 4C CE 61 3F 0 13 DB 5E 2A
Octal 6 114 316 141 77 0 23 333 136 52
Binary 110 1001100 11001110 1100001 111111 0 10011 11011011 1011110 101010

Color Harmonies of #064CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064CCE

Black with #064CCE

Text Example


Text Example

White with #064CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,76,206); }

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

background-color css

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

 a { background-color: rgb(6,76,206); }

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

border-color css

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

 span { border-color: rgb(6,76,206); }

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