Html Css Color HEX #021C96 Smalt

📋 copy color: '#021C96'

red 2 ◦ green 28 ◦ blue 150

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

Shades of Smalt #021C96

Tints of Smalt #021C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 83.33%

R = 1.11%
G = 15.56%
B = 83.33%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#021C96 (or 0x021C96) is known color: Smalt. HEX triplet: 02, 1C and 96. RGB value is (2,28,150). Sum of RGB (Red+Green+Blue) = 2+28+150=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 28 (11.33% from 255 or 15.56% from 180); Blue value is 150 (58.98% from 255 or 83.33% from 180); Max value from RGB is 150 - color contains mainly: blue. Hex color #021C96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021C96 is #FDE369. Grayscale: #212121. Windows color (decimal): -16638826 or 9837570. OLE color: 9837570.

HSL color Cylindrical-coordinate representation of color #021C96: hue angle of 229.46º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021C96 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 2 28 150 -
CMYK 0.99 0.81 0 0.41
HSL 229.46º 0.97% 0.3% -
HSV(B) 229.46º 0.99% 0.59% -
XYZ 5.95 3.05 29.13 -
YUV 34.13 193.39 105.08 -
System Red Green Blue C M Y K H S L
Decimal 2 28 150 0.99 0.81 0 0.41 229.46 0.97 0.3
Hex 2 1C 96 63 51 0 29 E5 61 1E
Octal 2 34 226 143 121 0 51 345 141 36
Binary 10 11100 10010110 1100011 1010001 0 101001 11100101 1100001 11110

Color Harmonies of #021C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C96

Black with #021C96

Text Example


Text Example

White with #021C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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