#065980

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

Shades of Dark Cerulean #065980

Tints of Dark Cerulean #065980

Color information

#065980 (or 0x065980) is unknown color: approx Dark Cerulean. HEX triplet: 06, 59 and 80. RGB value is (6,89,128). Sum of RGB (Red+Green+Blue) = 6+89+128=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 128 (50.39% from 255 or 57.40% from 223); Max value from RGB is 128 - color contains mainly: blue. Hex color #065980 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065980 is #F9A67F. Grayscale: #444444. Windows color (decimal): -16361088 or 8411398. OLE color: 8411398.

HSL color Cylindrical-coordinate representation of color #065980: hue angle of 199.18º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065980 is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB689128-
CMYK0.950.3000.50
HSL199.18º91.04%26.27%-
HSV(B)199.18º95.31%50.2%-
XYZ7.548.7421.71-
YUV68.63161.583.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.69%
GREEN value IS 89 (35.16% from 255) = 39.91%
BLUE value IS 128 (50.39% from 255) = 57.40%
R=2.69%
G=39.91%
B=57.40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6891280.950.3000.50199.1891.0426.27
Hex659805F1E032c75b1a
Octal61312001373606230713332
Binary110101100110000000101111111110011001011000111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065980; }

 p { color: rgb(6,89,128); }

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

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

 a { background-color: rgb(6,89,128); }

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

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

 span { border-color: rgb(6,89,128); }

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