#02359A

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

Shades of Smalt #02359A

Tints of Smalt #02359A

Color information

#02359A (or 0x02359A) is unknown color: approx Smalt. HEX triplet: 02, 35 and 9A. RGB value is (2,53,154). Sum of RGB (Red+Green+Blue) = 2+53+154=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 154 (60.55% from 255 or 73.68% from 209); Max value from RGB is 154 - color contains mainly: blue. Hex color #02359A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02359A is #FDCA65. Grayscale: #303030. Windows color (decimal): -16632422 or 10106114. OLE color: 10106114.

HSL color Cylindrical-coordinate representation of color #02359A: hue angle of 219.87º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02359A is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB253154-
CMYK0.990.6600.40
HSL219.87º97.44%30.59%-
HSV(B)219.87º98.7%60.39%-
XYZ7.134.8931.14-
YUV49.26187.194.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.96%
GREEN value IS 53 (21.09% from 255) = 25.36%
BLUE value IS 154 (60.55% from 255) = 73.68%
R=0.96%
G=25.36%
B=73.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2531540.990.6600.40219.8797.4430.59
Hex2359A6342028dc611f
Octal26523214310205033414137
Binary101101011001101011000111000010010100011011100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02359A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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