#07528B

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

Shades of Dark Cerulean #07528B

Tints of Dark Cerulean #07528B

Color information

#07528B (or 0x07528B) is unknown color: approx Dark Cerulean. HEX triplet: 07, 52 and 8B. RGB value is (7,82,139). Sum of RGB (Red+Green+Blue) = 7+82+139=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 139 (54.69% from 255 or 60.96% from 228); Max value from RGB is 139 - color contains mainly: blue. Hex color #07528B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07528B is #F8AD74. Grayscale: #414141. Windows color (decimal): -16297333 or 9130503. OLE color: 9130503.

HSL color Cylindrical-coordinate representation of color #07528B: hue angle of 205.91º 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 #07528B is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB782139-
CMYK0.950.4100.45
HSL205.91º90.41%28.63%-
HSV(B)205.91º94.96%54.51%-
XYZ7.777.9425.55-
YUV66.07169.1585.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.07%
GREEN value IS 82 (32.42% from 255) = 35.96%
BLUE value IS 139 (54.69% from 255) = 60.96%
R=3.07%
G=35.96%
B=60.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7821390.950.4100.45205.9190.4128.63
Hex7528B5F2902Dce5a1d
Octal71222131375105531613235
Binary1111010010100010111011111101001010110111001110101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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