Html Css Color HEX #022188 Smalt

📋 copy color: '#022188'

red 2 ◦ green 33 ◦ blue 136

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

Shades of Smalt #022188

Tints of Smalt #022188

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.3%

 BLUE value IS 136 (53.52% from 255) = 79.53%

R = 1.17%
G = 19.3%
B = 79.53%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#022188 (or 0x022188) is known color: Smalt. HEX triplet: 02, 21 and 88. RGB value is (2,33,136). Sum of RGB (Red+Green+Blue) = 2+33+136=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 136 (53.52% from 255 or 79.53% from 171); Max value from RGB is 136 - color contains mainly: blue. Hex color #022188 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022188 is #FDDE77. Grayscale: #232323. Windows color (decimal): -16637560 or 8921346. OLE color: 8921346.

HSL color Cylindrical-coordinate representation of color #022188: hue angle of 226.12º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022188 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 33 136 -
CMYK 0.99 0.76 0 0.47
HSL 226.12º 0.97% 0.27% -
HSV(B) 226.12º 0.99% 0.53% -
XYZ 5.01 2.88 23.58 -
YUV 35.47 184.73 104.12 -
System Red Green Blue C M Y K H S L
Decimal 2 33 136 0.99 0.76 0 0.47 226.12 0.97 0.27
Hex 2 21 88 63 4C 0 2F E2 61 1B
Octal 2 41 210 143 114 0 57 342 141 33
Binary 10 100001 10001000 1100011 1001100 0 101111 11100010 1100001 11011

Color Harmonies of #022188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022188

Black with #022188

Text Example


Text Example

White with #022188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022188; }

 p { color: rgb(2,33,136); }

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

background-color css

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

 a { background-color: rgb(2,33,136); }

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

border-color css

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

 span { border-color: rgb(2,33,136); }

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