#064180

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

Shades of Dark Cerulean #064180

Tints of Dark Cerulean #064180

Color information

#064180 (or 0x064180) is unknown color: approx Dark Cerulean. HEX triplet: 06, 41 and 80. RGB value is (6,65,128). Sum of RGB (Red+Green+Blue) = 6+65+128=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 128 (50.39% from 255 or 64.32% from 199); Max value from RGB is 128 - color contains mainly: blue. Hex color #064180 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064180 is #F9BE7F. Grayscale: #363636. Windows color (decimal): -16367232 or 8405254. OLE color: 8405254.

HSL color Cylindrical-coordinate representation of color #064180: hue angle of 210.98º 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 #064180 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB665128-
CMYK0.950.4900.50
HSL210.98º91.04%26.27%-
HSV(B)210.98º95.31%50.2%-
XYZ5.865.3821.15-
YUV54.54169.4593.38-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.02%
GREEN value IS 65 (25.78% from 255) = 32.66%
BLUE value IS 128 (50.39% from 255) = 64.32%
R=3.02%
G=32.66%
B=64.32%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6651280.950.4900.50210.9891.0426.27
Hex641805F31032d35b1a
Octal61012001376106232313332
Binary1101000001100000001011111110001011001011010011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064180; }

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

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

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

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

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

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

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

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