Html Css Color HEX #021C90 Smalt

📋 copy color: '#021C90'

red 2 ◦ green 28 ◦ blue 144

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

Shades of Smalt #021C90

Tints of Smalt #021C90

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.09%

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

R = 1.15%
G = 16.09%
B = 82.76%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#021C90 (or 0x021C90) is known color: Smalt. HEX triplet: 02, 1C and 90. RGB value is (2,28,144). Sum of RGB (Red+Green+Blue) = 2+28+144=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 144 (56.64% from 255 or 82.76% from 174); Max value from RGB is 144 - color contains mainly: blue. Hex color #021C90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021C90 is #FDE36F. Grayscale: #202020. Windows color (decimal): -16638832 or 9444354. OLE color: 9444354.

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

Color convert

RGB 2 28 144 -
CMYK 0.99 0.81 0 0.44
HSL 229.01º 0.97% 0.29% -
HSV(B) 229.01º 0.99% 0.56% -
XYZ 5.47 2.86 26.65 -
YUV 33.45 190.39 105.57 -
System Red Green Blue C M Y K H S L
Decimal 2 28 144 0.99 0.81 0 0.44 229.01 0.97 0.29
Hex 2 1C 90 63 51 0 2C E5 61 1D
Octal 2 34 220 143 121 0 54 345 141 35
Binary 10 11100 10010000 1100011 1010001 0 101100 11100101 1100001 11101

Color Harmonies of #021C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C90

Black with #021C90

Text Example


Text Example

White with #021C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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