#064A6D

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

Shades of Dark Cerulean #064A6D

Tints of Dark Cerulean #064A6D

Color information

#064A6D (or 0x064A6D) is unknown color: approx Dark Cerulean. HEX triplet: 06, 4A and 6D. RGB value is (6,74,109). Sum of RGB (Red+Green+Blue) = 6+74+109=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 109 (42.97% from 255 or 57.67% from 189); Max value from RGB is 109 - color contains mainly: blue. Hex color #064A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064A6D is #F9B592. Grayscale: #393939. Windows color (decimal): -16364947 or 7162374. OLE color: 7162374.

HSL color Cylindrical-coordinate representation of color #064A6D: hue angle of 200.39º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064A6D is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB674109-
CMYK0.940.3200.57
HSL200.39º89.57%22.55%-
HSV(B)200.39º94.5%42.75%-
XYZ5.286.0415.36-
YUV57.66156.9791.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.17%
GREEN value IS 74 (29.30% from 255) = 39.15%
BLUE value IS 109 (42.97% from 255) = 57.67%
R=3.17%
G=39.15%
B=57.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6741090.940.3200.57200.3989.5722.55
Hex64A6D5E20039c85a17
Octal61121551364007131013227
Binary110100101011011011011110100000011100111001000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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