Html Css Color HEX #021D91 Smalt

📋 copy color: '#021D91'

red 2 ◦ green 29 ◦ blue 145

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

Shades of Smalt #021D91

Tints of Smalt #021D91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 82.39%

R = 1.14%
G = 16.48%
B = 82.39%

CMYK

 C value IS 0.99

 M value IS 0.8

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#021D91 (or 0x021D91) is known color: Smalt. HEX triplet: 02, 1D and 91. RGB value is (2,29,145). Sum of RGB (Red+Green+Blue) = 2+29+145=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 29 (11.72% from 255 or 16.48% from 176); Blue value is 145 (57.03% from 255 or 82.39% from 176); Max value from RGB is 145 - color contains mainly: blue. Hex color #021D91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021D91 is #FDE26E. Grayscale: #212121. Windows color (decimal): -16638575 or 9510146. OLE color: 9510146.

HSL color Cylindrical-coordinate representation of color #021D91: hue angle of 228.67º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021D91 is Cyan = 0.99, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 29 145 -
CMYK 0.99 0.8 0 0.43
HSL 228.67º 0.97% 0.29% -
HSV(B) 228.67º 0.99% 0.57% -
XYZ 5.58 2.94 27.06 -
YUV 34.15 190.55 105.07 -
System Red Green Blue C M Y K H S L
Decimal 2 29 145 0.99 0.8 0 0.43 228.67 0.97 0.29
Hex 2 1D 91 63 50 0 2B E5 61 1D
Octal 2 35 221 143 120 0 53 345 141 35
Binary 10 11101 10010001 1100011 1010000 0 101011 11100101 1100001 11101

Color Harmonies of #021D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D91

Black with #021D91

Text Example


Text Example

White with #021D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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