Html Css Color HEX #021C85 Smalt

📋 copy color: '#021C85'

red 2 ◦ green 28 ◦ blue 133

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

Shades of Smalt #021C85

Tints of Smalt #021C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 81.6%

R = 1.23%
G = 17.18%
B = 81.6%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#021C85 (or 0x021C85) is known color: Smalt. HEX triplet: 02, 1C and 85. RGB value is (2,28,133). Sum of RGB (Red+Green+Blue) = 2+28+133=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 133 (52.34% from 255 or 81.60% from 163); Max value from RGB is 133 - color contains mainly: blue. Hex color #021C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021C85 is #FDE37A. Grayscale: #1F1F1F. Windows color (decimal): -16638843 or 8723458. OLE color: 8723458.

HSL color Cylindrical-coordinate representation of color #021C85: hue angle of 228.09º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021C85 is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 28 133 -
CMYK 0.98 0.79 0 0.48
HSL 228.09º 0.97% 0.26% -
HSV(B) 228.09º 0.98% 0.52% -
XYZ 4.67 2.54 22.43 -
YUV 32.2 184.89 106.46 -
System Red Green Blue C M Y K H S L
Decimal 2 28 133 0.98 0.79 0 0.48 228.09 0.97 0.26
Hex 2 1C 85 62 4F 0 30 E4 61 1A
Octal 2 34 205 142 117 0 60 344 141 32
Binary 10 11100 10000101 1100010 1001111 0 110000 11100100 1100001 11010

Color Harmonies of #021C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C85

Black with #021C85

Text Example


Text Example

White with #021C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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