#064677

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

Shades of Dark Cerulean #064677

Tints of Dark Cerulean #064677

Color information

#064677 (or 0x064677) is unknown color: approx Dark Cerulean. HEX triplet: 06, 46 and 77. RGB value is (6,70,119). Sum of RGB (Red+Green+Blue) = 6+70+119=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 119 (46.88% from 255 or 61.03% from 195); Max value from RGB is 119 - color contains mainly: blue. Hex color #064677 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064677 is #F9B988. Grayscale: #383838. Windows color (decimal): -16365961 or 7816710. OLE color: 7816710.

HSL color Cylindrical-coordinate representation of color #064677: hue angle of 206.02º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064677 is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB670119-
CMYK0.950.4100.53
HSL206.02º90.4%24.51%-
HSV(B)206.02º94.96%46.67%-
XYZ5.65.7518.27-
YUV56.45163.392.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.08%
GREEN value IS 70 (27.73% from 255) = 35.90%
BLUE value IS 119 (46.88% from 255) = 61.03%
R=3.08%
G=35.90%
B=61.03%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6701190.950.4100.53206.0290.424.51
Hex646775F29035ce5a19
Octal61061671375106531613231
Binary110100011011101111011111101001011010111001110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064677; }

 p { color: rgb(6,70,119); }

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

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

 a { background-color: rgb(6,70,119); }

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

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

 span { border-color: rgb(6,70,119); }

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