Html Css Color HEX #021C89 Smalt

📋 copy color: '#021C89'

red 2 ◦ green 28 ◦ blue 137

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

Shades of Smalt #021C89

Tints of Smalt #021C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 82.04%

R = 1.2%
G = 16.77%
B = 82.04%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#021C89 (or 0x021C89) is known color: Smalt. HEX triplet: 02, 1C and 89. RGB value is (2,28,137). Sum of RGB (Red+Green+Blue) = 2+28+137=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 137 (53.91% from 255 or 82.04% from 167); Max value from RGB is 137 - color contains mainly: blue. Hex color #021C89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021C89 is #FDE376. Grayscale: #202020. Windows color (decimal): -16638839 or 8985602. OLE color: 8985602.

HSL color Cylindrical-coordinate representation of color #021C89: hue angle of 228.44º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021C89 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 2 28 137 -
CMYK 0.99 0.80 0 0.46
HSL 228.44º 0.97% 0.27% -
HSV(B) 228.44º 0.99% 0.54% -
XYZ 4.96 2.65 23.92 -
YUV 32.65 186.89 106.14 -
System Red Green Blue C M Y K H S L
Decimal 2 28 137 0.99 0.80 0 0.46 228.44 0.97 0.27
Hex 2 1C 89 63 50 0 2E E4 61 1B
Octal 2 34 211 143 120 0 56 344 141 33
Binary 10 11100 10001001 1100011 1010000 0 101110 11100100 1100001 11011

Color Harmonies of #021C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C89

Black with #021C89

Text Example


Text Example

White with #021C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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