Html Css Color HEX #021446 Sapphire

📋 copy color: '#021446'

red 2 ◦ green 20 ◦ blue 70

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

Shades of Sapphire #021446

Tints of Sapphire #021446

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.74%

 BLUE value IS 70 (27.73% from 255) = 76.09%

R = 2.17%
G = 21.74%
B = 76.09%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#021446 (or 0x021446) is known color: Sapphire. HEX triplet: 02, 14 and 46. RGB value is (2,20,70). Sum of RGB (Red+Green+Blue) = 2+20+70=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 70 (27.73% from 255 or 76.09% from 92); Max value from RGB is 70 - color contains mainly: blue. Hex color #021446 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021446 is #FDEBB9. Grayscale: #141414. Windows color (decimal): -16640954 or 4592642. OLE color: 4592642.

HSL color Cylindrical-coordinate representation of color #021446: hue angle of 224.12º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021446 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 20 70 -
CMYK 0.97 0.71 0 0.73
HSL 224.12º 0.94% 0.14% -
HSV(B) 224.12º 0.97% 0.27% -
XYZ 1.38 0.96 5.91 -
YUV 20.32 156.04 114.93 -
System Red Green Blue C M Y K H S L
Decimal 2 20 70 0.97 0.71 0 0.73 224.12 0.94 0.14
Hex 2 14 46 61 47 0 49 E0 5E E
Octal 2 24 106 141 107 0 111 340 136 16
Binary 10 10100 1000110 1100001 1000111 0 1001001 11100000 1011110 1110

Color Harmonies of #021446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021446

Black with #021446

Text Example


Text Example

White with #021446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021446; }

 p { color: rgb(2,20,70); }

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

background-color css

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

 a { background-color: rgb(2,20,70); }

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

border-color css

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

 span { border-color: rgb(2,20,70); }

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