#064A7D

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

Shades of Dark Cerulean #064A7D

Tints of Dark Cerulean #064A7D

Color information

#064A7D (or 0x064A7D) is unknown color: approx Dark Cerulean. HEX triplet: 06, 4A and 7D. RGB value is (6,74,125). Sum of RGB (Red+Green+Blue) = 6+74+125=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 125 (49.22% from 255 or 60.98% from 205); Max value from RGB is 125 - color contains mainly: blue. Hex color #064A7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064A7D is #F9B582. Grayscale: #3B3B3B. Windows color (decimal): -16364931 or 8210950. OLE color: 8210950.

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

Color convert

RGB674125-
CMYK0.950.4100.51
HSL205.71º90.84%25.69%-
HSV(B)205.71º95.2%49.02%-
XYZ6.236.4220.31-
YUV59.48164.9789.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.93%
GREEN value IS 74 (29.30% from 255) = 36.10%
BLUE value IS 125 (49.22% from 255) = 60.98%
R=2.93%
G=36.10%
B=60.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6741250.950.4100.51205.7190.8425.69
Hex64A7D5F29033ce5b1a
Octal61121751375106331613332
Binary110100101011111011011111101001011001111001110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,74,125); }

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

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

 a { background-color: rgb(6,74,125); }

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

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

 span { border-color: rgb(6,74,125); }

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