#02537B

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

Shades of Dark Cerulean #02537B

Tints of Dark Cerulean #02537B

Color information

#02537B (or 0x02537B) is unknown color: approx Dark Cerulean. HEX triplet: 02, 53 and 7B. RGB value is (2,83,123). Sum of RGB (Red+Green+Blue) = 2+83+123=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 123 (48.44% from 255 or 59.13% from 208); Max value from RGB is 123 - color contains mainly: blue. Hex color #02537B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02537B is #FDAC84. Grayscale: #3F3F3F. Windows color (decimal): -16624773 or 8082178. OLE color: 8082178.

HSL color Cylindrical-coordinate representation of color #02537B: hue angle of 199.83º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02537B is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB283123-
CMYK0.980.3300.52
HSL199.83º96.8%24.51%-
HSV(B)199.83º98.37%48.24%-
XYZ6.697.6319.86-
YUV63.34161.6684.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.96%
GREEN value IS 83 (32.81% from 255) = 39.90%
BLUE value IS 123 (48.44% from 255) = 59.13%
R=0.96%
G=39.90%
B=59.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2831230.980.3300.52199.8396.824.51
Hex2537B6221034c86119
Octal21231731424106431014131
Binary10101001111110111100010100001011010011001000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02537B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,83,123); }

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

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

 a { background-color: rgb(2,83,123); }

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

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

 span { border-color: rgb(2,83,123); }

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