#02357A

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

Shades of Dark Cerulean #02357A

Tints of Dark Cerulean #02357A

Color information

#02357A (or 0x02357A) is unknown color: approx Dark Cerulean. HEX triplet: 02, 35 and 7A. RGB value is (2,53,122). Sum of RGB (Red+Green+Blue) = 2+53+122=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 122 (48.05% from 255 or 68.93% from 177); Max value from RGB is 122 - color contains mainly: blue. Hex color #02357A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02357A is #FDCA85. Grayscale: #2D2D2D. Windows color (decimal): -16632454 or 8008962. OLE color: 8008962.

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

Color convert

RGB253122-
CMYK0.980.5700.52
HSL214.5º96.77%24.31%-
HSV(B)214.5º98.36%47.84%-
XYZ4.813.9618.92-
YUV45.62171.196.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.13%
GREEN value IS 53 (21.09% from 255) = 29.94%
BLUE value IS 122 (48.05% from 255) = 68.93%
R=1.13%
G=29.94%
B=68.93%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2531220.980.5700.52214.596.7724.31
Hex2357A6239034d66118
Octal2651721427106432614130
Binary1011010111110101100010111001011010011010110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02357A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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