Html Css Color HEX #022499 Smalt

📋 copy color: '#022499'

red 2 ◦ green 36 ◦ blue 153

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

Shades of Smalt #022499

Tints of Smalt #022499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 80.1%

R = 1.05%
G = 18.85%
B = 80.1%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#022499 (or 0x022499) is known color: Smalt. HEX triplet: 02, 24 and 99. RGB value is (2,36,153). Sum of RGB (Red+Green+Blue) = 2+36+153=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 153 (60.16% from 255 or 80.10% from 191); Max value from RGB is 153 - color contains mainly: blue. Hex color #022499 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022499 is #FDDB66. Grayscale: #262626. Windows color (decimal): -16636775 or 10036226. OLE color: 10036226.

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

Color convert

RGB 2 36 153 -
CMYK 0.99 0.76 0 0.4
HSL 226.49º 0.97% 0.3% -
HSV(B) 226.49º 0.99% 0.6% -
XYZ 6.41 3.57 30.49 -
YUV 39.17 192.24 101.49 -
System Red Green Blue C M Y K H S L
Decimal 2 36 153 0.99 0.76 0 0.4 226.49 0.97 0.3
Hex 2 24 99 63 4C 0 28 E2 61 1E
Octal 2 44 231 143 114 0 50 342 141 36
Binary 10 100100 10011001 1100011 1001100 0 101000 11100010 1100001 11110

Color Harmonies of #022499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022499

Black with #022499

Text Example


Text Example

White with #022499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022499; }

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

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

background-color css

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

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

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

border-color css

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

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

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