#022F90

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

Shades of Smalt #022F90

Tints of Smalt #022F90

Color information

#022F90 (or 0x022F90) is unknown color: approx Smalt. HEX triplet: 02, 2F and 90. RGB value is (2,47,144). Sum of RGB (Red+Green+Blue) = 2+47+144=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 144 (56.64% from 255 or 74.61% from 193); Max value from RGB is 144 - color contains mainly: blue. Hex color #022F90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022F90 is #FDD06F. Grayscale: #2C2C2C. Windows color (decimal): -16633968 or 9449218. OLE color: 9449218.

HSL color Cylindrical-coordinate representation of color #022F90: hue angle of 220.99º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022F90 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB247144-
CMYK0.990.6700.44
HSL220.99º97.26%28.63%-
HSV(B)220.99º98.61%56.47%-
XYZ6.084.0626.85-
YUV44.6184.0997.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 47 (18.75% from 255) = 24.35%
BLUE value IS 144 (56.64% from 255) = 74.61%
R=1.04%
G=24.35%
B=74.61%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2471440.990.6700.44220.9997.2628.63
Hex22F90634302Cdd611d
Octal25722014310305433514135
Binary101011111001000011000111000011010110011011101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022F90; }

 p { color: rgb(2,47,144); }

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

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

 a { background-color: rgb(2,47,144); }

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

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

 span { border-color: rgb(2,47,144); }

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