#065276

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

Shades of Dark Cerulean #065276

Tints of Dark Cerulean #065276

Color information

#065276 (or 0x065276) is unknown color: approx Dark Cerulean. HEX triplet: 06, 52 and 76. RGB value is (6,82,118). Sum of RGB (Red+Green+Blue) = 6+82+118=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #065276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065276 is #F9AD89. Grayscale: #3F3F3F. Windows color (decimal): -16362890 or 7754246. OLE color: 7754246.

HSL color Cylindrical-coordinate representation of color #065276: hue angle of 199.29º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065276 is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB682118-
CMYK0.950.3100.54
HSL199.29º90.32%24.31%-
HSV(B)199.29º94.92%46.27%-
XYZ6.367.3818.23-
YUV63.38158.8287.07-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.91%
GREEN value IS 82 (32.42% from 255) = 39.81%
BLUE value IS 118 (46.48% from 255) = 57.28%
R=2.91%
G=39.81%
B=57.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6821180.950.3100.54199.2990.3224.31
Hex652765F1F036c75a18
Octal61221661373706630713230
Binary11010100101110110101111111111011011011000111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065276; }

 p { color: rgb(6,82,118); }

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

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

 a { background-color: rgb(6,82,118); }

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

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

 span { border-color: rgb(6,82,118); }

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