Html Css Color HEX #021671 Sapphire

📋 copy color: '#021671'

red 2 ◦ green 22 ◦ blue 113

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

Shades of Sapphire #021671

Tints of Sapphire #021671

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.06%

 BLUE value IS 113 (44.53% from 255) = 82.48%

R = 1.46%
G = 16.06%
B = 82.48%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#021671 (or 0x021671) is known color: Sapphire. HEX triplet: 02, 16 and 71. RGB value is (2,22,113). Sum of RGB (Red+Green+Blue) = 2+22+113=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 113 (44.53% from 255 or 82.48% from 137); Max value from RGB is 113 - color contains mainly: blue. Hex color #021671 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021671 is #FDE98E. Grayscale: #1A1A1A. Windows color (decimal): -16640399 or 7411202. OLE color: 7411202.

HSL color Cylindrical-coordinate representation of color #021671: hue angle of 229.19º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021671 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 22 113 -
CMYK 0.98 0.81 0 0.56
HSL 229.19º 0.97% 0.23% -
HSV(B) 229.19º 0.98% 0.44% -
XYZ 3.29 1.78 15.79 -
YUV 26.39 176.87 110.6 -
System Red Green Blue C M Y K H S L
Decimal 2 22 113 0.98 0.81 0 0.56 229.19 0.97 0.23
Hex 2 16 71 62 51 0 38 E5 61 17
Octal 2 26 161 142 121 0 70 345 141 27
Binary 10 10110 1110001 1100010 1010001 0 111000 11100101 1100001 10111

Color Harmonies of #021671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021671

Black with #021671

Text Example


Text Example

White with #021671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021671; }

 p { color: rgb(2,22,113); }

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

background-color css

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

 a { background-color: rgb(2,22,113); }

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

border-color css

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

 span { border-color: rgb(2,22,113); }

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