#065179

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

Shades of Dark Cerulean #065179

Tints of Dark Cerulean #065179

Color information

#065179 (or 0x065179) is unknown color: approx Dark Cerulean. HEX triplet: 06, 51 and 79. RGB value is (6,81,121). Sum of RGB (Red+Green+Blue) = 6+81+121=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 121 (47.66% from 255 or 58.17% from 208); Max value from RGB is 121 - color contains mainly: blue. Hex color #065179 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065179 is #F9AE86. Grayscale: #3E3E3E. Windows color (decimal): -16363143 or 7950598. OLE color: 7950598.

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

Color convert

RGB681121-
CMYK0.950.3300.53
HSL200.87º90.55%24.9%-
HSV(B)200.87º95.04%47.45%-
XYZ6.477.319.16-
YUV63.13160.6587.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.88%
GREEN value IS 81 (32.03% from 255) = 38.94%
BLUE value IS 121 (47.66% from 255) = 58.17%
R=2.88%
G=38.94%
B=58.17%

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
Decimal6811210.950.3300.53200.8790.5524.9
Hex651795F21035c95b19
Octal61211711374106531113331
Binary110101000111110011011111100001011010111001001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065179; }

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

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

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

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

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

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

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

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