Html Css Color HEX #021C92 Smalt

📋 copy color: '#021C92'

red 2 ◦ green 28 ◦ blue 146

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

Shades of Smalt #021C92

Tints of Smalt #021C92

RGB

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

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

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

R = 1.14%
G = 15.91%
B = 82.95%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#021C92 (or 0x021C92) is known color: Smalt. HEX triplet: 02, 1C and 92. RGB value is (2,28,146). Sum of RGB (Red+Green+Blue) = 2+28+146=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 146 (57.42% from 255 or 82.95% from 176); Max value from RGB is 146 - color contains mainly: blue. Hex color #021C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021C92 is #FDE36D. Grayscale: #212121. Windows color (decimal): -16638830 or 9575426. OLE color: 9575426.

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

Color convert

RGB 2 28 146 -
CMYK 0.99 0.81 0 0.43
HSL 229.17º 0.97% 0.29% -
HSV(B) 229.17º 0.99% 0.57% -
XYZ 5.63 2.92 27.46 -
YUV 33.68 191.39 105.41 -
System Red Green Blue C M Y K H S L
Decimal 2 28 146 0.99 0.81 0 0.43 229.17 0.97 0.29
Hex 2 1C 92 63 51 0 2B E5 61 1D
Octal 2 34 222 143 121 0 53 345 141 35
Binary 10 11100 10010010 1100011 1010001 0 101011 11100101 1100001 11101

Color Harmonies of #021C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C92

Black with #021C92

Text Example


Text Example

White with #021C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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