#02357C

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

Shades of Dark Cerulean #02357C

Tints of Dark Cerulean #02357C

Color information

#02357C (or 0x02357C) is unknown color: approx Dark Cerulean. HEX triplet: 02, 35 and 7C. RGB value is (2,53,124). Sum of RGB (Red+Green+Blue) = 2+53+124=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 124 (48.83% from 255 or 69.27% from 179); Max value from RGB is 124 - color contains mainly: blue. Hex color #02357C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02357C is #FDCA83. Grayscale: #2D2D2D. Windows color (decimal): -16632452 or 8140034. OLE color: 8140034.

HSL color Cylindrical-coordinate representation of color #02357C: hue angle of 214.92º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02357C is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB253124-
CMYK0.980.5700.51
HSL214.92º96.83%24.71%-
HSV(B)214.92º98.39%48.63%-
XYZ4.944.0119.58-
YUV45.84172.196.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 53 (21.09% from 255) = 29.61%
BLUE value IS 124 (48.83% from 255) = 69.27%
R=1.12%
G=29.61%
B=69.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2531240.980.5700.51214.9296.8324.71
Hex2357C6239033d76119
Octal2651741427106332714131
Binary1011010111111001100010111001011001111010111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02357C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,53,124); }

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

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

 a { background-color: rgb(2,53,124); }

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

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

 span { border-color: rgb(2,53,124); }

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