#064580

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

Shades of Dark Cerulean #064580

Tints of Dark Cerulean #064580

Color information

#064580 (or 0x064580) is unknown color: approx Dark Cerulean. HEX triplet: 06, 45 and 80. RGB value is (6,69,128). Sum of RGB (Red+Green+Blue) = 6+69+128=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 128 (50.39% from 255 or 63.05% from 203); Max value from RGB is 128 - color contains mainly: blue. Hex color #064580 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064580 is #F9BA7F. Grayscale: #383838. Windows color (decimal): -16366208 or 8406278. OLE color: 8406278.

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

Color convert

RGB669128-
CMYK0.950.4600.50
HSL209.02º91.04%26.27%-
HSV(B)209.02º95.31%50.2%-
XYZ6.15.8521.23-
YUV56.89168.1391.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.96%
GREEN value IS 69 (27.34% from 255) = 33.99%
BLUE value IS 128 (50.39% from 255) = 63.05%
R=2.96%
G=33.99%
B=63.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6691280.950.4600.50209.0291.0426.27
Hex645805F2E032d15b1a
Octal61052001375606232113332
Binary1101000101100000001011111101110011001011010001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064580; }

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

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

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

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

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

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

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

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