Html Css Color HEX #022790 Smalt

📋 copy color: '#022790'

red 2 ◦ green 39 ◦ blue 144

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

Shades of Smalt #022790

Tints of Smalt #022790

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.08%

 BLUE value IS 144 (56.64% from 255) = 77.84%

R = 1.08%
G = 21.08%
B = 77.84%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#022790 (or 0x022790) is known color: Smalt. HEX triplet: 02, 27 and 90. RGB value is (2,39,144). Sum of RGB (Red+Green+Blue) = 2+39+144=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 144 (56.64% from 255 or 77.84% from 185); Max value from RGB is 144 - color contains mainly: blue. Hex color #022790 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022790 is #FDD86F. Grayscale: #272727. Windows color (decimal): -16636016 or 9447170. OLE color: 9447170.

HSL color Cylindrical-coordinate representation of color #022790: hue angle of 224.37º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022790 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 39 144 -
CMYK 0.99 0.73 0 0.44
HSL 224.37º 0.97% 0.29% -
HSV(B) 224.37º 0.99% 0.56% -
XYZ 5.78 3.48 26.75 -
YUV 39.91 186.74 100.96 -
System Red Green Blue C M Y K H S L
Decimal 2 39 144 0.99 0.73 0 0.44 224.37 0.97 0.29
Hex 2 27 90 63 49 0 2C E0 61 1D
Octal 2 47 220 143 111 0 54 340 141 35
Binary 10 100111 10010000 1100011 1001001 0 101100 11100000 1100001 11101

Color Harmonies of #022790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022790

Black with #022790

Text Example


Text Example

White with #022790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022790; }

 p { color: rgb(2,39,144); }

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

background-color css

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

 a { background-color: rgb(2,39,144); }

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

border-color css

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

 span { border-color: rgb(2,39,144); }

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