#02358B

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

Shades of Smalt #02358B

Tints of Smalt #02358B

Color information

#02358B (or 0x02358B) is unknown color: approx Smalt. HEX triplet: 02, 35 and 8B. RGB value is (2,53,139). Sum of RGB (Red+Green+Blue) = 2+53+139=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 139 (54.69% from 255 or 71.65% from 194); Max value from RGB is 139 - color contains mainly: blue. Hex color #02358B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02358B is #FDCA74. Grayscale: #2F2F2F. Windows color (decimal): -16632437 or 9123074. OLE color: 9123074.

HSL color Cylindrical-coordinate representation of color #02358B: hue angle of 217.66º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02358B is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB253139-
CMYK0.990.6200.45
HSL217.66º97.16%27.65%-
HSV(B)217.66º98.56%54.51%-
XYZ5.964.4224.97-
YUV47.55179.695.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.03%
GREEN value IS 53 (21.09% from 255) = 27.32%
BLUE value IS 139 (54.69% from 255) = 71.65%
R=1.03%
G=27.32%
B=71.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2531390.990.6200.45217.6697.1627.65
Hex2358B633E02Dda611c
Octal2652131437605533214134
Binary10110101100010111100011111110010110111011010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02358B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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