Html Css Color HEX #022892 Smalt

📋 copy color: '#022892'

red 2 ◦ green 40 ◦ blue 146

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

Shades of Smalt #022892

Tints of Smalt #022892

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.28%

 BLUE value IS 146 (57.42% from 255) = 77.66%

R = 1.06%
G = 21.28%
B = 77.66%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#022892 (or 0x022892) is known color: Smalt. HEX triplet: 02, 28 and 92. RGB value is (2,40,146). Sum of RGB (Red+Green+Blue) = 2+40+146=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 146 (57.42% from 255 or 77.66% from 188); Max value from RGB is 146 - color contains mainly: blue. Hex color #022892 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022892 is #FDD76D. Grayscale: #282828. Windows color (decimal): -16635758 or 9578498. OLE color: 9578498.

HSL color Cylindrical-coordinate representation of color #022892: hue angle of 224.17º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022892 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 40 146 -
CMYK 0.99 0.73 0 0.43
HSL 224.17º 0.97% 0.29% -
HSV(B) 224.17º 0.99% 0.57% -
XYZ 5.97 3.61 27.58 -
YUV 40.72 187.41 100.38 -
System Red Green Blue C M Y K H S L
Decimal 2 40 146 0.99 0.73 0 0.43 224.17 0.97 0.29
Hex 2 28 92 63 49 0 2B E0 61 1D
Octal 2 50 222 143 111 0 53 340 141 35
Binary 10 101000 10010010 1100011 1001001 0 101011 11100000 1100001 11101

Color Harmonies of #022892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022892

Black with #022892

Text Example


Text Example

White with #022892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022892; }

 p { color: rgb(2,40,146); }

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

background-color css

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

 a { background-color: rgb(2,40,146); }

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

border-color css

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

 span { border-color: rgb(2,40,146); }

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