Html Css Color HEX #022392 Smalt

📋 copy color: '#022392'

red 2 ◦ green 35 ◦ blue 146

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

Shades of Smalt #022392

Tints of Smalt #022392

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.13%

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

R = 1.09%
G = 19.13%
B = 79.78%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#022392 (or 0x022392) is known color: Smalt. HEX triplet: 02, 23 and 92. RGB value is (2,35,146). Sum of RGB (Red+Green+Blue) = 2+35+146=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 146 (57.42% from 255 or 79.78% from 183); Max value from RGB is 146 - color contains mainly: blue. Hex color #022392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022392 is #FDDC6D. Grayscale: #252525. Windows color (decimal): -16637038 or 9577218. OLE color: 9577218.

HSL color Cylindrical-coordinate representation of color #022392: hue angle of 226.25º 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 #022392 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 35 146 -
CMYK 0.99 0.76 0 0.43
HSL 226.25º 0.97% 0.29% -
HSV(B) 226.25º 0.99% 0.57% -
XYZ 5.81 3.29 27.52 -
YUV 37.79 189.07 102.47 -
System Red Green Blue C M Y K H S L
Decimal 2 35 146 0.99 0.76 0 0.43 226.25 0.97 0.29
Hex 2 23 92 63 4C 0 2B E2 61 1D
Octal 2 43 222 143 114 0 53 342 141 35
Binary 10 100011 10010010 1100011 1001100 0 101011 11100010 1100001 11101

Color Harmonies of #022392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022392

Black with #022392

Text Example


Text Example

White with #022392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022392; }

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

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

background-color css

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

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

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

border-color css

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

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

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