#02328A

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

Shades of Smalt #02328A

Tints of Smalt #02328A

Color information

#02328A (or 0x02328A) is unknown color: approx Smalt. HEX triplet: 02, 32 and 8A. RGB value is (2,50,138). Sum of RGB (Red+Green+Blue) = 2+50+138=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 138 (54.30% from 255 or 72.63% from 190); Max value from RGB is 138 - color contains mainly: blue. Hex color #02328A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02328A is #FDCD75. Grayscale: #2D2D2D. Windows color (decimal): -16633206 or 9056770. OLE color: 9056770.

HSL color Cylindrical-coordinate representation of color #02328A: hue angle of 218.82º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02328A is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB250138-
CMYK0.990.6400.46
HSL218.82º97.14%27.45%-
HSV(B)218.82º98.55%54.12%-
XYZ5.754.1324.54-
YUV45.68180.196.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 50 (19.92% from 255) = 26.32%
BLUE value IS 138 (54.30% from 255) = 72.63%
R=1.05%
G=26.32%
B=72.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2501380.990.6400.46218.8297.1427.45
Hex2328A634002Edb611b
Octal26221214310005633314133
Binary101100101000101011000111000000010111011011011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02328A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,50,138); }

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

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

 a { background-color: rgb(2,50,138); }

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

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

 span { border-color: rgb(2,50,138); }

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