Html Css Color HEX #021B91 Smalt

📋 copy color: '#021B91'

red 2 ◦ green 27 ◦ blue 145

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

Shades of Smalt #021B91

Tints of Smalt #021B91

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.52%

 BLUE value IS 145 (57.03% from 255) = 83.33%

R = 1.15%
G = 15.52%
B = 83.33%

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

#021B91 (or 0x021B91) is known color: Smalt. HEX triplet: 02, 1B and 91. RGB value is (2,27,145). Sum of RGB (Red+Green+Blue) = 2+27+145=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 27 (10.94% from 255 or 15.52% from 174); Blue value is 145 (57.03% from 255 or 83.33% from 174); Max value from RGB is 145 - color contains mainly: blue. Hex color #021B91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021B91 is #FDE46E. Grayscale: #202020. Windows color (decimal): -16639087 or 9509634. OLE color: 9509634.

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

Color convert

RGB 2 27 145 -
CMYK 0.99 0.81 0 0.43
HSL 229.51º 0.97% 0.29% -
HSV(B) 229.51º 0.99% 0.57% -
XYZ 5.53 2.84 27.05 -
YUV 32.98 191.22 105.91 -
System Red Green Blue C M Y K H S L
Decimal 2 27 145 0.99 0.81 0 0.43 229.51 0.97 0.29
Hex 2 1B 91 63 51 0 2B E6 61 1D
Octal 2 33 221 143 121 0 53 346 141 35
Binary 10 11011 10010001 1100011 1010001 0 101011 11100110 1100001 11101

Color Harmonies of #021B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021B91

Black with #021B91

Text Example


Text Example

White with #021B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,27,145); }

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

background-color css

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

 a { background-color: rgb(2,27,145); }

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

border-color css

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

 span { border-color: rgb(2,27,145); }

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