#065880

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

Shades of Dark Cerulean #065880

Tints of Dark Cerulean #065880

Color information

#065880 (or 0x065880) is unknown color: approx Dark Cerulean. HEX triplet: 06, 58 and 80. RGB value is (6,88,128). Sum of RGB (Red+Green+Blue) = 6+88+128=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 128 (50.39% from 255 or 57.66% from 222); Max value from RGB is 128 - color contains mainly: blue. Hex color #065880 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065880 is #F9A77F. Grayscale: #434343. Windows color (decimal): -16361344 or 8411142. OLE color: 8411142.

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

Color convert

RGB688128-
CMYK0.950.3100.50
HSL199.67º91.04%26.27%-
HSV(B)199.67º95.31%50.2%-
XYZ7.468.5821.68-
YUV68.04161.8383.75-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.70%
GREEN value IS 88 (34.77% from 255) = 39.64%
BLUE value IS 128 (50.39% from 255) = 57.66%
R=2.70%
G=39.64%
B=57.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6881280.950.3100.50199.6791.0426.27
Hex658805F1F032c85b1a
Octal61302001373706231013332
Binary110101100010000000101111111111011001011001000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065880; }

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

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

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

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

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

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

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

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