#065079

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

Shades of Dark Cerulean #065079

Tints of Dark Cerulean #065079

Color information

#065079 (or 0x065079) is unknown color: approx Dark Cerulean. HEX triplet: 06, 50 and 79. RGB value is (6,80,121). Sum of RGB (Red+Green+Blue) = 6+80+121=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 121 (47.66% from 255 or 58.45% from 207); Max value from RGB is 121 - color contains mainly: blue. Hex color #065079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065079 is #F9AF86. Grayscale: #3E3E3E. Windows color (decimal): -16363399 or 7950342. OLE color: 7950342.

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

Color convert

RGB680121-
CMYK0.950.3400.53
HSL201.39º90.55%24.9%-
HSV(B)201.39º95.04%47.45%-
XYZ6.397.1619.13-
YUV62.55160.9887.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.90%
GREEN value IS 80 (31.64% from 255) = 38.65%
BLUE value IS 121 (47.66% from 255) = 58.45%
R=2.90%
G=38.65%
B=58.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6801210.950.3400.53201.3990.5524.9
Hex650795F22035c95b19
Octal61201711374206531113331
Binary110101000011110011011111100010011010111001001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065079; }

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

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

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

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

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

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

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

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