#00528B

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

Shades of Dark Cerulean #00528B

Tints of Dark Cerulean #00528B

Color information

#00528B (or 0x00528B) is unknown color: approx Dark Cerulean. HEX triplet: 00, 52 and 8B. RGB value is (0,82,139). Sum of RGB (Red+Green+Blue) = 0+82+139=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 139 (54.69% from 255 or 62.90% from 221); Max value from RGB is 139 - color contains mainly: blue. Hex color #00528B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00528B is #FFAD74. Grayscale: #3F3F3F. Windows color (decimal): -16756085 or 9130496. OLE color: 9130496.

HSL color Cylindrical-coordinate representation of color #00528B: hue angle of 204.6º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00528B is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB082139-
CMYK10.4100.45
HSL204.6º100%27.25%-
HSV(B)204.6º100%54.51%-
XYZ7.687.925.55-
YUV63.98170.3382.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 82 (32.42% from 255) = 37.10%
BLUE value IS 139 (54.69% from 255) = 62.90%
R=0%
G=37.10%
B=62.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal08213910.4100.45204.610027.25
Hex0528B642902Dcd641b
Octal01222131445105531514433
Binary01010010100010111100100101001010110111001101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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