Html Css Color HEX #0064CB Navy Blue

📋 copy color: '#0064CB'

red 0 ◦ green 100 ◦ blue 203

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

Shades of Navy Blue #0064CB

Tints of Navy Blue #0064CB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 100 (39.45% from 255) = 33%

 BLUE value IS 203 (79.69% from 255) = 67%

R = 0%
G = 33%
B = 67%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0064CB (or 0x0064CB) is known color: Navy Blue. HEX triplet: 00, 64 and CB. RGB value is (0,100,203). Sum of RGB (Red+Green+Blue) = 0+100+203=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 203 (79.69% from 255 or 67.00% from 303); Max value from RGB is 203 - color contains mainly: blue. Hex color #0064CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0064CB is #FF9B34. Grayscale: #515151. Windows color (decimal): -16751413 or 13329408. OLE color: 13329408.

HSL color Cylindrical-coordinate representation of color #0064CB: hue angle of 210.44º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0064CB is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 100 203 -
CMYK 1 0.51 0 0.20
HSL 210.44º 1% 0.4% -
HSV(B) 210.44º 1% 0.8% -
XYZ 15.34 13.43 58.28 -
YUV 81.84 196.37 69.62 -
System Red Green Blue C M Y K H S L
Decimal 0 100 203 1 0.51 0 0.20 210.44 1 0.4
Hex 0 64 CB 64 33 0 14 D2 64 28
Octal 0 144 313 144 63 0 24 322 144 50
Binary 0 1100100 11001011 1100100 110011 0 10100 11010010 1100100 101000

Color Harmonies of #0064CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0064CB

Black with #0064CB

Text Example


Text Example

White with #0064CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0064CB; }

 p { color: rgb(0,100,203); }

 H1.HeaderClassName
 {
   color: #0064CB;
 }
 .AnyTagClassName
 {
   color: #0064CB;
 }
</style>

background-color css

<style>
 a { background-color: #0064CB; }

 a { background-color: rgb(0,100,203); }

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

border-color css

<style>
 span { border-color: #0064CB; }

 span { border-color: rgb(0,100,203); }

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