#065279

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

Shades of Dark Cerulean #065279

Tints of Dark Cerulean #065279

Color information

#065279 (or 0x065279) is unknown color: approx Dark Cerulean. HEX triplet: 06, 52 and 79. RGB value is (6,82,121). Sum of RGB (Red+Green+Blue) = 6+82+121=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 121 (47.66% from 255 or 57.89% from 209); Max value from RGB is 121 - color contains mainly: blue. Hex color #065279 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065279 is #F9AD86. Grayscale: #3F3F3F. Windows color (decimal): -16362887 or 7950854. OLE color: 7950854.

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

Color convert

RGB682121-
CMYK0.950.3200.53
HSL200.35º90.55%24.9%-
HSV(B)200.35º95.04%47.45%-
XYZ6.547.4519.18-
YUV63.72160.3286.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.87%
GREEN value IS 82 (32.42% from 255) = 39.23%
BLUE value IS 121 (47.66% from 255) = 57.89%
R=2.87%
G=39.23%
B=57.89%

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
Decimal6821210.950.3200.53200.3590.5524.9
Hex652795F20035c85b19
Octal61221711374006531013331
Binary110101001011110011011111100000011010111001000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065279; }

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

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

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

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

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

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

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

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