#02369E

Color #02369E Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #02369E

Tints of Smalt #02369E

Color information

#02369E (or 0x02369E) is unknown color: approx Smalt. HEX triplet: 02, 36 and 9E. RGB value is (2,54,158). Sum of RGB (Red+Green+Blue) = 2+54+158=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 158 (62.11% from 255 or 73.83% from 214); Max value from RGB is 158 - color contains mainly: blue. Hex color #02369E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02369E is #FDC961. Grayscale: #313131. Windows color (decimal): -16632162 or 10368514. OLE color: 10368514.

HSL color Cylindrical-coordinate representation of color #02369E: hue angle of 220º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02369E is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB254158-
CMYK0.990.6600.38
HSL220º97.5%31.37%-
HSV(B)220º98.73%61.96%-
XYZ7.525.1232.94-
YUV50.31188.7793.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 54 (21.48% from 255) = 25.23%
BLUE value IS 158 (62.11% from 255) = 73.83%
R=0.93%
G=25.23%
B=73.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2541580.990.6600.3822097.531.37
Hex2369E6342026dc621f
Octal26623614310204633414237
Binary101101101001111011000111000010010011011011100110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02369E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02369E; }

 p { color: rgb(2,54,158); }

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

<style>
 a { background-color: #02369E; }

 a { background-color: rgb(2,54,158); }

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

<style>
 span { border-color: #02369E; }

 span { border-color: rgb(2,54,158); }

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