Html Css Color HEX #021F90 Smalt

📋 copy color: '#021F90'

red 2 ◦ green 31 ◦ blue 144

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

Shades of Smalt #021F90

Tints of Smalt #021F90

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.51%

 BLUE value IS 144 (56.64% from 255) = 81.36%

R = 1.13%
G = 17.51%
B = 81.36%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#021F90 (or 0x021F90) is known color: Smalt. HEX triplet: 02, 1F and 90. RGB value is (2,31,144). Sum of RGB (Red+Green+Blue) = 2+31+144=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 144 (56.64% from 255 or 81.36% from 177); Max value from RGB is 144 - color contains mainly: blue. Hex color #021F90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021F90 is #FDE06F. Grayscale: #222222. Windows color (decimal): -16638064 or 9445122. OLE color: 9445122.

HSL color Cylindrical-coordinate representation of color #021F90: hue angle of 227.75º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021F90 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 31 144 -
CMYK 0.99 0.78 0 0.44
HSL 227.75º 0.97% 0.29% -
HSV(B) 227.75º 0.99% 0.56% -
XYZ 5.55 3.01 26.67 -
YUV 35.21 189.39 104.31 -
System Red Green Blue C M Y K H S L
Decimal 2 31 144 0.99 0.78 0 0.44 227.75 0.97 0.29
Hex 2 1F 90 63 4E 0 2C E4 61 1D
Octal 2 37 220 143 116 0 54 344 141 35
Binary 10 11111 10010000 1100011 1001110 0 101100 11100100 1100001 11101

Color Harmonies of #021F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021F90

Black with #021F90

Text Example


Text Example

White with #021F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,31,144); }

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

background-color css

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

 a { background-color: rgb(2,31,144); }

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

border-color css

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

 span { border-color: rgb(2,31,144); }

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