Html Css Color HEX #021C95 Smalt

📋 copy color: '#021C95'

red 2 ◦ green 28 ◦ blue 149

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

Shades of Smalt #021C95

Tints of Smalt #021C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 83.24%

R = 1.12%
G = 15.64%
B = 83.24%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#021C95 (or 0x021C95) is known color: Smalt. HEX triplet: 02, 1C and 95. RGB value is (2,28,149). Sum of RGB (Red+Green+Blue) = 2+28+149=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 149 (58.59% from 255 or 83.24% from 179); Max value from RGB is 149 - color contains mainly: blue. Hex color #021C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021C95 is #FDE36A. Grayscale: #212121. Windows color (decimal): -16638827 or 9772034. OLE color: 9772034.

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

Color convert

RGB 2 28 149 -
CMYK 0.99 0.81 0 0.42
HSL 229.39º 0.97% 0.3% -
HSV(B) 229.39º 0.99% 0.58% -
XYZ 5.87 3.01 28.71 -
YUV 34.02 192.89 105.16 -
System Red Green Blue C M Y K H S L
Decimal 2 28 149 0.99 0.81 0 0.42 229.39 0.97 0.3
Hex 2 1C 95 63 51 0 2A E5 61 1E
Octal 2 34 225 143 121 0 52 345 141 36
Binary 10 11100 10010101 1100011 1010001 0 101010 11100101 1100001 11110

Color Harmonies of #021C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C95

Black with #021C95

Text Example


Text Example

White with #021C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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