#064CCB

Color #064CCB Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #064CCB

Tints of Navy Blue #064CCB

Color information

#064CCB (or 0x064CCB) is unknown color: approx 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

RGB676203-
CMYK0.970.6300.20
HSL218.68º94.26%40.98%-
HSV(B)218.68º97.04%79.61%-
XYZ13.449.5257.63-
YUV69.55203.3182.67-

RGB Variations

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

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 (Cyan) values IS 0.97
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal6762030.970.6300.20218.6894.2640.98
Hex64CCB613F014db5e29
Octal61143131417702433313651
Binary1101001100110010111100001111111010100110110111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>