Html Css Color HEX #021D92 Smalt

📋 copy color: '#021D92'

red 2 ◦ green 29 ◦ blue 146

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

Shades of Smalt #021D92

Tints of Smalt #021D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 82.49%

R = 1.13%
G = 16.38%
B = 82.49%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#021D92 (or 0x021D92) is known color: Smalt. HEX triplet: 02, 1D and 92. RGB value is (2,29,146). Sum of RGB (Red+Green+Blue) = 2+29+146=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 146 (57.42% from 255 or 82.49% from 177); Max value from RGB is 146 - color contains mainly: blue. Hex color #021D92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021D92 is #FDE26D. Grayscale: #212121. Windows color (decimal): -16638574 or 9575682. OLE color: 9575682.

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

Color convert

RGB 2 29 146 -
CMYK 0.99 0.80 0 0.43
HSL 228.75º 0.97% 0.29% -
HSV(B) 228.75º 0.99% 0.57% -
XYZ 5.65 2.97 27.47 -
YUV 34.27 191.05 104.99 -
System Red Green Blue C M Y K H S L
Decimal 2 29 146 0.99 0.80 0 0.43 228.75 0.97 0.29
Hex 2 1D 92 63 50 0 2B E5 61 1D
Octal 2 35 222 143 120 0 53 345 141 35
Binary 10 11101 10010010 1100011 1010000 0 101011 11100101 1100001 11101

Color Harmonies of #021D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D92

Black with #021D92

Text Example


Text Example

White with #021D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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