Html Css Color HEX #022495 Smalt

📋 copy color: '#022495'

red 2 ◦ green 36 ◦ blue 149

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

Shades of Smalt #022495

Tints of Smalt #022495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 79.68%

R = 1.07%
G = 19.25%
B = 79.68%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#022495 (or 0x022495) is known color: Smalt. HEX triplet: 02, 24 and 95. RGB value is (2,36,149). Sum of RGB (Red+Green+Blue) = 2+36+149=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 149 (58.59% from 255 or 79.68% from 187); Max value from RGB is 149 - color contains mainly: blue. Hex color #022495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022495 is #FDDB6A. Grayscale: #262626. Windows color (decimal): -16636779 or 9774082. OLE color: 9774082.

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

Color convert

RGB 2 36 149 -
CMYK 0.99 0.76 0 0.42
HSL 226.12º 0.97% 0.3% -
HSV(B) 226.12º 0.99% 0.58% -
XYZ 6.08 3.44 28.78 -
YUV 38.72 190.24 101.81 -
System Red Green Blue C M Y K H S L
Decimal 2 36 149 0.99 0.76 0 0.42 226.12 0.97 0.3
Hex 2 24 95 63 4C 0 2A E2 61 1E
Octal 2 44 225 143 114 0 52 342 141 36
Binary 10 100100 10010101 1100011 1001100 0 101010 11100010 1100001 11110

Color Harmonies of #022495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022495

Black with #022495

Text Example


Text Example

White with #022495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022495; }

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

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

background-color css

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

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

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

border-color css

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

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

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