#064177

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

Shades of Dark Cerulean #064177

Tints of Dark Cerulean #064177

Color information

#064177 (or 0x064177) is unknown color: approx Dark Cerulean. HEX triplet: 06, 41 and 77. RGB value is (6,65,119). Sum of RGB (Red+Green+Blue) = 6+65+119=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 119 (46.88% from 255 or 62.63% from 190); Max value from RGB is 119 - color contains mainly: blue. Hex color #064177 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064177 is #F9BE88. Grayscale: #353535. Windows color (decimal): -16367241 or 7815430. OLE color: 7815430.

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

Color convert

RGB665119-
CMYK0.950.4500.53
HSL208.67º90.4%24.51%-
HSV(B)208.67º94.96%46.67%-
XYZ5.35.1518.17-
YUV53.52164.9594.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.16%
GREEN value IS 65 (25.78% from 255) = 34.21%
BLUE value IS 119 (46.88% from 255) = 62.63%
R=3.16%
G=34.21%
B=62.63%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6651190.950.4500.53208.6790.424.51
Hex641775F2D035d15a19
Octal61011671375506532113231
Binary110100000111101111011111101101011010111010001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064177; }

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

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

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

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

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

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

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

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