#002091

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

Shades of Smalt #002091

Tints of Smalt #002091

Color information

#002091 (or 0x002091) is unknown color: approx Smalt. HEX triplet: 00, 20 and 91. RGB value is (0,32,145). Sum of RGB (Red+Green+Blue) = 0+32+145=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 145 (57.03% from 255 or 81.92% from 177); Max value from RGB is 145 - color contains mainly: blue. Hex color #002091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002091 is #FFDF6E. Grayscale: #222222. Windows color (decimal): -16768879 or 9510912. OLE color: 9510912.

HSL color Cylindrical-coordinate representation of color #002091: hue angle of 226.76º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002091 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB032145-
CMYK10.7800.43
HSL226.76º100%28.43%-
HSV(B)226.76º100%56.86%-
XYZ5.633.0827.09-
YUV35.31189.9102.81-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 32 (12.89% from 255) = 18.08%
BLUE value IS 145 (57.03% from 255) = 81.92%
R=0%
G=18.08%
B=81.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal03214510.7800.43226.7610028.43
Hex02091644E02Be3641c
Octal04022114411605334314434
Binary01000001001000111001001001110010101111100011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002091; }

 p { color: rgb(0,32,145); }

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

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

 a { background-color: rgb(0,32,145); }

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

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

 span { border-color: rgb(0,32,145); }

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