Html Css Color HEX #022B93 Smalt

📋 copy color: '#022B93'

red 2 ◦ green 43 ◦ blue 147

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

Shades of Smalt #022B93

Tints of Smalt #022B93

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.4%

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

R = 1.04%
G = 22.4%
B = 76.56%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#022B93 (or 0x022B93) is known color: Smalt. HEX triplet: 02, 2B and 93. RGB value is (2,43,147). Sum of RGB (Red+Green+Blue) = 2+43+147=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 147 (57.81% from 255 or 76.56% from 192); Max value from RGB is 147 - color contains mainly: blue. Hex color #022B93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022B93 is #FDD46C. Grayscale: #2A2A2A. Windows color (decimal): -16634989 or 9644802. OLE color: 9644802.

HSL color Cylindrical-coordinate representation of color #022B93: hue angle of 223.03º 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 #022B93 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 43 147 -
CMYK 0.99 0.71 0 0.42
HSL 223.03º 0.97% 0.29% -
HSV(B) 223.03º 0.99% 0.58% -
XYZ 6.16 3.85 28.02 -
YUV 42.6 186.92 99.04 -
System Red Green Blue C M Y K H S L
Decimal 2 43 147 0.99 0.71 0 0.42 223.03 0.97 0.29
Hex 2 2B 93 63 47 0 2A DF 61 1D
Octal 2 53 223 143 107 0 52 337 141 35
Binary 10 101011 10010011 1100011 1000111 0 101010 11011111 1100001 11101

Color Harmonies of #022B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022B93

Black with #022B93

Text Example


Text Example

White with #022B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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