#075587

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

Shades of Dark Cerulean #075587

Tints of Dark Cerulean #075587

Color information

#075587 (or 0x075587) is unknown color: approx Dark Cerulean. HEX triplet: 07, 55 and 87. RGB value is (7,85,135). Sum of RGB (Red+Green+Blue) = 7+85+135=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 135 (53.12% from 255 or 59.47% from 227); Max value from RGB is 135 - color contains mainly: blue. Hex color #075587 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075587 is #F8AA78. Grayscale: #434343. Windows color (decimal): -16296569 or 8869127. OLE color: 8869127.

HSL color Cylindrical-coordinate representation of color #075587: hue angle of 203.44º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075587 is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB785135-
CMYK0.950.3700.47
HSL203.44º90.14%27.84%-
HSV(B)203.44º94.81%52.94%-
XYZ7.718.2924.12-
YUV67.38166.1684.93-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.08%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 135 (53.12% from 255) = 59.47%
R=3.08%
G=37.44%
B=59.47%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7851350.950.3700.47203.4490.1427.84
Hex755875F2502Fcb5a1c
Octal71252071374505731313234
Binary1111010101100001111011111100101010111111001011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075587; }

 p { color: rgb(7,85,135); }

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

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

 a { background-color: rgb(7,85,135); }

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

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

 span { border-color: rgb(7,85,135); }

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