#064B80

Color #064B80 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #064B80

Tints of Dark Cerulean #064B80

Color information

#064B80 (or 0x064B80) is unknown color: approx Dark Cerulean. HEX triplet: 06, 4B and 80. RGB value is (6,75,128). Sum of RGB (Red+Green+Blue) = 6+75+128=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 128 (50.39% from 255 or 61.24% from 209); Max value from RGB is 128 - color contains mainly: blue. Hex color #064B80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064B80 is #F9B47F. Grayscale: #3C3C3C. Windows color (decimal): -16364672 or 8407814. OLE color: 8407814.

HSL color Cylindrical-coordinate representation of color #064B80: hue angle of 206.07º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064B80 is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB675128-
CMYK0.950.4100.50
HSL206.07º91.04%26.27%-
HSV(B)206.07º95.31%50.2%-
XYZ6.496.6321.36-
YUV60.41166.1489.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.87%
GREEN value IS 75 (29.69% from 255) = 35.89%
BLUE value IS 128 (50.39% from 255) = 61.24%
R=2.87%
G=35.89%
B=61.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6751280.950.4100.50206.0791.0426.27
Hex64B805F29032ce5b1a
Octal61132001375106231613332
Binary1101001011100000001011111101001011001011001110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,75,128); }

 H1.HeaderClassName
 {
   color: #064B80;
 }
 .AnyTagClassName
 {
   color: #064B80;
 }
</style>
background-color css

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

 a { background-color: rgb(6,75,128); }

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

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

 span { border-color: rgb(6,75,128); }

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