#075880

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

Shades of Dark Cerulean #075880

Tints of Dark Cerulean #075880

Color information

#075880 (or 0x075880) is unknown color: approx Dark Cerulean. HEX triplet: 07, 58 and 80. RGB value is (7,88,128). Sum of RGB (Red+Green+Blue) = 7+88+128=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 88 (34.77% from 255 or 39.46% 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 #075880 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075880 is #F8A77F. Grayscale: #444444. Windows color (decimal): -16295808 or 8411143. OLE color: 8411143.

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

Color convert

RGB788128-
CMYK0.950.3100.50
HSL199.83º89.63%26.47%-
HSV(B)199.83º94.53%50.2%-
XYZ7.478.5821.68-
YUV68.34161.6684.25-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.14%
GREEN value IS 88 (34.77% from 255) = 39.46%
BLUE value IS 128 (50.39% from 255) = 57.40%
R=3.14%
G=39.46%
B=57.40%

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
Decimal7881280.950.3100.50199.8389.6326.47
Hex758805F1F032c85a1a
Octal71302001373706231013232
Binary111101100010000000101111111111011001011001000101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075880; }

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

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

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

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

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

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

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

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