Html Css Color HEX #022498 Smalt

📋 copy color: '#022498'

red 2 ◦ green 36 ◦ blue 152

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

Shades of Smalt #022498

Tints of Smalt #022498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 80%

R = 1.05%
G = 18.95%
B = 80%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#022498 (or 0x022498) is known color: Smalt. HEX triplet: 02, 24 and 98. RGB value is (2,36,152). Sum of RGB (Red+Green+Blue) = 2+36+152=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 152 (59.77% from 255 or 80% from 190); Max value from RGB is 152 - color contains mainly: blue. Hex color #022498 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022498 is #FDDB67. Grayscale: #262626. Windows color (decimal): -16636776 or 9970690. OLE color: 9970690.

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

Color convert

RGB 2 36 152 -
CMYK 0.99 0.76 0 0.40
HSL 226.4º 0.97% 0.3% -
HSV(B) 226.4º 0.99% 0.6% -
XYZ 6.32 3.54 30.06 -
YUV 39.06 191.74 101.57 -
System Red Green Blue C M Y K H S L
Decimal 2 36 152 0.99 0.76 0 0.40 226.4 0.97 0.3
Hex 2 24 98 63 4C 0 28 E2 61 1E
Octal 2 44 230 143 114 0 50 342 141 36
Binary 10 100100 10011000 1100011 1001100 0 101000 11100010 1100001 11110

Color Harmonies of #022498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022498

Black with #022498

Text Example


Text Example

White with #022498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022498; }

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

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

background-color css

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

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

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

border-color css

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

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

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