Html Css Color HEX #022690 Smalt

📋 copy color: '#022690'

red 2 ◦ green 38 ◦ blue 144

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

Shades of Smalt #022690

Tints of Smalt #022690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.65%

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

R = 1.09%
G = 20.65%
B = 78.26%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#022690 (or 0x022690) is known color: Smalt. HEX triplet: 02, 26 and 90. RGB value is (2,38,144). Sum of RGB (Red+Green+Blue) = 2+38+144=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 144 (56.64% from 255 or 78.26% from 184); Max value from RGB is 144 - color contains mainly: blue. Hex color #022690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022690 is #FDD96F. Grayscale: #262626. Windows color (decimal): -16636272 or 9446914. OLE color: 9446914.

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

Color convert

RGB 2 38 144 -
CMYK 0.99 0.74 0 0.44
HSL 224.79º 0.97% 0.29% -
HSV(B) 224.79º 0.99% 0.56% -
XYZ 5.75 3.41 26.74 -
YUV 39.32 187.07 101.38 -
System Red Green Blue C M Y K H S L
Decimal 2 38 144 0.99 0.74 0 0.44 224.79 0.97 0.29
Hex 2 26 90 63 4A 0 2C E1 61 1D
Octal 2 46 220 143 112 0 54 341 141 35
Binary 10 100110 10010000 1100011 1001010 0 101100 11100001 1100001 11101

Color Harmonies of #022690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022690

Black with #022690

Text Example


Text Example

White with #022690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022690; }

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

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

background-color css

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

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

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

border-color css

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

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

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