Html Css Color HEX #022F96 Smalt

📋 copy color: '#022F96'

red 2 ◦ green 47 ◦ blue 150

#022F96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #022F96

Tints of Smalt #022F96

RGB

 RED value IS 2 (1.17% from 255) = 1.01%

 GREEN value IS 47 (18.75% from 255) = 23.62%

 BLUE value IS 150 (58.98% from 255) = 75.38%

R = 1.01%
G = 23.62%
B = 75.38%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#022F96 (or 0x022F96) is known color: Smalt. HEX triplet: 02, 2F and 96. RGB value is (2,47,150). Sum of RGB (Red+Green+Blue) = 2+47+150=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 150 (58.98% from 255 or 75.38% from 199); Max value from RGB is 150 - color contains mainly: blue. Hex color #022F96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022F96 is #FDD069. Grayscale: #2C2C2C. Windows color (decimal): -16633962 or 9842434. OLE color: 9842434.

HSL color Cylindrical-coordinate representation of color #022F96: hue angle of 221.76º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022F96 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 2 47 150 -
CMYK 0.99 0.69 0 0.41
HSL 221.76º 0.97% 0.3% -
HSV(B) 221.76º 0.99% 0.59% -
XYZ 6.55 4.25 29.33 -
YUV 45.29 187.09 97.12 -
System Red Green Blue C M Y K H S L
Decimal 2 47 150 0.99 0.69 0 0.41 221.76 0.97 0.3
Hex 2 2F 96 63 45 0 29 DE 61 1E
Octal 2 57 226 143 105 0 51 336 141 36
Binary 10 101111 10010110 1100011 1000101 0 101001 11011110 1100001 11110

Color Harmonies of #022F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022F96

Black with #022F96

Text Example


Text Example

White with #022F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #022F96;
 }
 .AnyTagClassName
 {
   color: #022F96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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