Html Css Color HEX #022592 Smalt

📋 copy color: '#022592'

red 2 ◦ green 37 ◦ blue 146

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

Shades of Smalt #022592

Tints of Smalt #022592

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20%

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

R = 1.08%
G = 20%
B = 78.92%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#022592 (or 0x022592) is known color: Smalt. HEX triplet: 02, 25 and 92. RGB value is (2,37,146). Sum of RGB (Red+Green+Blue) = 2+37+146=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 146 (57.42% from 255 or 78.92% from 185); Max value from RGB is 146 - color contains mainly: blue. Hex color #022592 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022592 is #FDDA6D. Grayscale: #262626. Windows color (decimal): -16636526 or 9577730. OLE color: 9577730.

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

Color convert

RGB 2 37 146 -
CMYK 0.99 0.75 0 0.43
HSL 225.42º 0.97% 0.29% -
HSV(B) 225.42º 0.99% 0.57% -
XYZ 5.87 3.41 27.54 -
YUV 38.96 188.4 101.64 -
System Red Green Blue C M Y K H S L
Decimal 2 37 146 0.99 0.75 0 0.43 225.42 0.97 0.29
Hex 2 25 92 63 4B 0 2B E1 61 1D
Octal 2 45 222 143 113 0 53 341 141 35
Binary 10 100101 10010010 1100011 1001011 0 101011 11100001 1100001 11101

Color Harmonies of #022592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022592

Black with #022592

Text Example


Text Example

White with #022592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022592; }

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

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

background-color css

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

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

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

border-color css

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

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

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