#07588B

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

Shades of Dark Cerulean #07588B

Tints of Dark Cerulean #07588B

Color information

#07588B (or 0x07588B) is unknown color: approx Dark Cerulean. HEX triplet: 07, 58 and 8B. RGB value is (7,88,139). Sum of RGB (Red+Green+Blue) = 7+88+139=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #07588B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07588B is #F8A774. Grayscale: #454545. Windows color (decimal): -16295797 or 9132039. OLE color: 9132039.

HSL color Cylindrical-coordinate representation of color #07588B: hue angle of 203.18º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07588B is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB788139-
CMYK0.950.3700.45
HSL203.18º90.41%28.63%-
HSV(B)203.18º94.96%54.51%-
XYZ8.248.8925.71-
YUV69.6167.1683.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.99%
GREEN value IS 88 (34.77% from 255) = 37.61%
BLUE value IS 139 (54.69% from 255) = 59.40%
R=2.99%
G=37.61%
B=59.40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7881390.950.3700.45203.1890.4128.63
Hex7588B5F2502Dcb5a1d
Octal71302131374505531313235
Binary1111011000100010111011111100101010110111001011101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07588B; }

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

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

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

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

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

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

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

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