#065077

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

Shades of Dark Cerulean #065077

Tints of Dark Cerulean #065077

Color information

#065077 (or 0x065077) is unknown color: approx Dark Cerulean. HEX triplet: 06, 50 and 77. RGB value is (6,80,119). Sum of RGB (Red+Green+Blue) = 6+80+119=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 119 (46.88% from 255 or 58.05% from 205); Max value from RGB is 119 - color contains mainly: blue. Hex color #065077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065077 is #F9AF88. Grayscale: #3E3E3E. Windows color (decimal): -16363401 or 7819270. OLE color: 7819270.

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

Color convert

RGB680119-
CMYK0.950.3300.53
HSL200.71º90.4%24.51%-
HSV(B)200.71º94.96%46.67%-
XYZ6.277.1118.49-
YUV62.32159.9887.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.93%
GREEN value IS 80 (31.64% from 255) = 39.02%
BLUE value IS 119 (46.88% from 255) = 58.05%
R=2.93%
G=39.02%
B=58.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6801190.950.3300.53200.7190.424.51
Hex650775F21035c95a19
Octal61201671374106531113231
Binary110101000011101111011111100001011010111001001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065077; }

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

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

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

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

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

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

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

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