Html Css Color HEX #022C90 Smalt

📋 copy color: '#022C90'

red 2 ◦ green 44 ◦ blue 144

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

Shades of Smalt #022C90

Tints of Smalt #022C90

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.16%

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

R = 1.05%
G = 23.16%
B = 75.79%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#022C90 (or 0x022C90) is known color: Smalt. HEX triplet: 02, 2C and 90. RGB value is (2,44,144). Sum of RGB (Red+Green+Blue) = 2+44+144=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 144 (56.64% from 255 or 75.79% from 190); Max value from RGB is 144 - color contains mainly: blue. Hex color #022C90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022C90 is #FDD36F. Grayscale: #2A2A2A. Windows color (decimal): -16634736 or 9448450. OLE color: 9448450.

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

Color convert

RGB 2 44 144 -
CMYK 0.99 0.69 0 0.44
HSL 222.25º 0.97% 0.29% -
HSV(B) 222.25º 0.99% 0.56% -
XYZ 5.96 3.83 26.81 -
YUV 42.84 185.09 98.87 -
System Red Green Blue C M Y K H S L
Decimal 2 44 144 0.99 0.69 0 0.44 222.25 0.97 0.29
Hex 2 2C 90 63 45 0 2C DE 61 1D
Octal 2 54 220 143 105 0 54 336 141 35
Binary 10 101100 10010000 1100011 1000101 0 101100 11011110 1100001 11101

Color Harmonies of #022C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022C90

Black with #022C90

Text Example


Text Example

White with #022C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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