#064A66

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

Shades of Dark Cerulean #064A66

Tints of Dark Cerulean #064A66

Color information

#064A66 (or 0x064A66) is unknown color: approx Dark Cerulean. HEX triplet: 06, 4A and 66. RGB value is (6,74,102). Sum of RGB (Red+Green+Blue) = 6+74+102=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 74 (29.30% from 255 or 40.66% from 182); Blue value is 102 (40.23% from 255 or 56.04% from 182); Max value from RGB is 102 - color contains mainly: blue. Hex color #064A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064A66 is #F9B599. Grayscale: #383838. Windows color (decimal): -16364954 or 6703622. OLE color: 6703622.

HSL color Cylindrical-coordinate representation of color #064A66: hue angle of 197.5º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064A66 is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB674102-
CMYK0.940.2700.6
HSL197.5º88.89%21.18%-
HSV(B)197.5º94.12%40%-
XYZ4.925.913.45-
YUV56.86153.4791.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.30%
GREEN value IS 74 (29.30% from 255) = 40.66%
BLUE value IS 102 (40.23% from 255) = 56.04%
R=3.30%
G=40.66%
B=56.04%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6741020.940.2700.6197.588.8921.18
Hex64A665E1B03Cc65915
Octal61121461363307430613125
Binary11010010101100110101111011011011110011000110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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