#065177

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

Shades of Dark Cerulean #065177

Tints of Dark Cerulean #065177

Color information

#065177 (or 0x065177) is unknown color: approx Dark Cerulean. HEX triplet: 06, 51 and 77. RGB value is (6,81,119). Sum of RGB (Red+Green+Blue) = 6+81+119=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 119 (46.88% from 255 or 57.77% from 206); Max value from RGB is 119 - color contains mainly: blue. Hex color #065177 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065177 is #F9AE88. Grayscale: #3E3E3E. Windows color (decimal): -16363145 or 7819526. OLE color: 7819526.

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

Color convert

RGB681119-
CMYK0.950.3200.53
HSL200.18º90.4%24.51%-
HSV(B)200.18º94.96%46.67%-
XYZ6.357.2618.52-
YUV62.91159.6587.41-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.91%
GREEN value IS 81 (32.03% from 255) = 39.32%
BLUE value IS 119 (46.88% from 255) = 57.77%
R=2.91%
G=39.32%
B=57.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6811190.950.3200.53200.1890.424.51
Hex651775F20035c85a19
Octal61211671374006531013231
Binary110101000111101111011111100000011010111001000101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065177; }

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

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

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

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

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

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

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

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