Html Css Color HEX #022483 Smalt

📋 copy color: '#022483'

red 2 ◦ green 36 ◦ blue 131

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

Shades of Smalt #022483

Tints of Smalt #022483

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.3%

 BLUE value IS 131 (51.56% from 255) = 77.51%

R = 1.18%
G = 21.3%
B = 77.51%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#022483 (or 0x022483) is known color: Smalt. HEX triplet: 02, 24 and 83. RGB value is (2,36,131). Sum of RGB (Red+Green+Blue) = 2+36+131=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 131 (51.56% from 255 or 77.51% from 169); Max value from RGB is 131 - color contains mainly: blue. Hex color #022483 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022483 is #FDDB7C. Grayscale: #242424. Windows color (decimal): -16636797 or 8594434. OLE color: 8594434.

HSL color Cylindrical-coordinate representation of color #022483: hue angle of 224.19º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022483 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 36 131 -
CMYK 0.98 0.73 0 0.49
HSL 224.19º 0.97% 0.26% -
HSV(B) 224.19º 0.98% 0.51% -
XYZ 4.75 2.91 21.78 -
YUV 36.66 181.24 103.28 -
System Red Green Blue C M Y K H S L
Decimal 2 36 131 0.98 0.73 0 0.49 224.19 0.97 0.26
Hex 2 24 83 62 49 0 31 E0 61 1A
Octal 2 44 203 142 111 0 61 340 141 32
Binary 10 100100 10000011 1100010 1001001 0 110001 11100000 1100001 11010

Color Harmonies of #022483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022483

Black with #022483

Text Example


Text Example

White with #022483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022483; }

 p { color: rgb(2,36,131); }

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

background-color css

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

 a { background-color: rgb(2,36,131); }

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

border-color css

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

 span { border-color: rgb(2,36,131); }

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