Html Css Color HEX #021D90 Smalt

📋 copy color: '#021D90'

red 2 ◦ green 29 ◦ blue 144

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

Shades of Smalt #021D90

Tints of Smalt #021D90

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.57%

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

R = 1.14%
G = 16.57%
B = 82.29%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#021D90 (or 0x021D90) is known color: Smalt. HEX triplet: 02, 1D and 90. RGB value is (2,29,144). Sum of RGB (Red+Green+Blue) = 2+29+144=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 144 (56.64% from 255 or 82.29% from 175); Max value from RGB is 144 - color contains mainly: blue. Hex color #021D90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021D90 is #FDE26F. Grayscale: #212121. Windows color (decimal): -16638576 or 9444610. OLE color: 9444610.

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

Color convert

RGB 2 29 144 -
CMYK 0.99 0.80 0 0.44
HSL 228.59º 0.97% 0.29% -
HSV(B) 228.59º 0.99% 0.56% -
XYZ 5.5 2.91 26.66 -
YUV 34.04 190.05 105.15 -
System Red Green Blue C M Y K H S L
Decimal 2 29 144 0.99 0.80 0 0.44 228.59 0.97 0.29
Hex 2 1D 90 63 50 0 2C E5 61 1D
Octal 2 35 220 143 120 0 54 345 141 35
Binary 10 11101 10010000 1100011 1010000 0 101100 11100101 1100001 11101

Color Harmonies of #021D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D90

Black with #021D90

Text Example


Text Example

White with #021D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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