Html Css Color HEX #022F93 Smalt

📋 copy color: '#022F93'

red 2 ◦ green 47 ◦ blue 147

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

Shades of Smalt #022F93

Tints of Smalt #022F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 75%

R = 1.02%
G = 23.98%
B = 75%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#022F93 (or 0x022F93) is known color: Smalt. HEX triplet: 02, 2F and 93. RGB value is (2,47,147). Sum of RGB (Red+Green+Blue) = 2+47+147=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 147 (57.81% from 255 or 75% from 196); Max value from RGB is 147 - color contains mainly: blue. Hex color #022F93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022F93 is #FDD06C. Grayscale: #2C2C2C. Windows color (decimal): -16633965 or 9645826. OLE color: 9645826.

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

Color convert

RGB 2 47 147 -
CMYK 0.99 0.68 0 0.42
HSL 221.38º 0.97% 0.29% -
HSV(B) 221.38º 0.99% 0.58% -
XYZ 6.31 4.15 28.07 -
YUV 44.95 185.59 97.37 -
System Red Green Blue C M Y K H S L
Decimal 2 47 147 0.99 0.68 0 0.42 221.38 0.97 0.29
Hex 2 2F 93 63 44 0 2A DD 61 1D
Octal 2 57 223 143 104 0 52 335 141 35
Binary 10 101111 10010011 1100011 1000100 0 101010 11011101 1100001 11101

Color Harmonies of #022F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022F93

Black with #022F93

Text Example


Text Example

White with #022F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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