#00538C

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

Shades of Dark Cerulean #00538C

Tints of Dark Cerulean #00538C

Color information

#00538C (or 0x00538C) is unknown color: approx Dark Cerulean. HEX triplet: 00, 53 and 8C. RGB value is (0,83,140). Sum of RGB (Red+Green+Blue) = 0+83+140=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 140 (55.08% from 255 or 62.78% from 223); Max value from RGB is 140 - color contains mainly: blue. Hex color #00538C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00538C is #FFAC73. Grayscale: #404040. Windows color (decimal): -16755828 or 9196288. OLE color: 9196288.

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

Color convert

RGB083140-
CMYK10.4100.45
HSL204.43º100%27.45%-
HSV(B)204.43º100%54.9%-
XYZ7.838.0825.96-
YUV64.68170.581.87-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 83 (32.81% from 255) = 37.22%
BLUE value IS 140 (55.08% from 255) = 62.78%
R=0%
G=37.22%
B=62.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal08314010.4100.45204.4310027.45
Hex0538C642902Dcc641b
Octal01232141445105531414433
Binary01010011100011001100100101001010110111001100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00538C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00538C; }

 p { color: rgb(0,83,140); }

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

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

 a { background-color: rgb(0,83,140); }

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

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

 span { border-color: rgb(0,83,140); }

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