Html Css Color HEX #064CCB Navy Blue

📋 copy color: '#064CCB'

red 6 ◦ green 76 ◦ blue 203

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

Shades of Navy Blue #064CCB

Tints of Navy Blue #064CCB

RGB

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

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

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

R = 2.11%
G = 26.67%
B = 71.23%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#064CCB (or 0x064CCB) is known color: Navy Blue. HEX triplet: 06, 4C and CB. RGB value is (6,76,203). Sum of RGB (Red+Green+Blue) = 6+76+203=285 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 203 (79.69% from 255 or 71.23% from 285); Max value from RGB is 203 - color contains mainly: blue. Hex color #064CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064CCB is #F9B334. Grayscale: #444444. Windows color (decimal): -16364341 or 13323270. OLE color: 13323270.

HSL color Cylindrical-coordinate representation of color #064CCB: hue angle of 218.68º 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 #064CCB is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 76 203 -
CMYK 0.97 0.63 0 0.20
HSL 218.68º 0.94% 0.41% -
HSV(B) 218.68º 0.97% 0.8% -
XYZ 13.44 9.52 57.63 -
YUV 69.55 203.31 82.67 -
System Red Green Blue C M Y K H S L
Decimal 6 76 203 0.97 0.63 0 0.20 218.68 0.94 0.41
Hex 6 4C CB 61 3F 0 14 DB 5E 29
Octal 6 114 313 141 77 0 24 333 136 51
Binary 110 1001100 11001011 1100001 111111 0 10100 11011011 1011110 101001

Color Harmonies of #064CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064CCB

Black with #064CCB

Text Example


Text Example

White with #064CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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