#02357B

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

Shades of Dark Cerulean #02357B

Tints of Dark Cerulean #02357B

Color information

#02357B (or 0x02357B) is unknown color: approx Dark Cerulean. HEX triplet: 02, 35 and 7B. RGB value is (2,53,123). Sum of RGB (Red+Green+Blue) = 2+53+123=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 123 (48.44% from 255 or 69.10% from 178); Max value from RGB is 123 - color contains mainly: blue. Hex color #02357B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02357B is #FDCA84. Grayscale: #2D2D2D. Windows color (decimal): -16632453 or 8074498. OLE color: 8074498.

HSL color Cylindrical-coordinate representation of color #02357B: hue angle of 214.71º 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 #02357B is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB253123-
CMYK0.980.5700.52
HSL214.71º96.8%24.51%-
HSV(B)214.71º98.37%48.24%-
XYZ4.873.9919.25-
YUV45.73171.696.81-

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.78%
BLUE value IS 123 (48.44% from 255) = 69.10%
R=1.12%
G=29.78%
B=69.10%

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
Decimal2531230.980.5700.52214.7196.824.51
Hex2357B6239034d76119
Octal2651731427106432714131
Binary1011010111110111100010111001011010011010111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02357B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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