Html Css Color HEX #021571 Sapphire

📋 copy color: '#021571'

red 2 ◦ green 21 ◦ blue 113

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

Shades of Sapphire #021571

Tints of Sapphire #021571

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.44%

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

R = 1.47%
G = 15.44%
B = 83.09%

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

#021571 (or 0x021571) is known color: Sapphire. HEX triplet: 02, 15 and 71. RGB value is (2,21,113). Sum of RGB (Red+Green+Blue) = 2+21+113=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 113 (44.53% from 255 or 83.09% from 136); Max value from RGB is 113 - color contains mainly: blue. Hex color #021571 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021571 is #FDEA8E. Grayscale: #191919. Windows color (decimal): -16640655 or 7410946. OLE color: 7410946.

HSL color Cylindrical-coordinate representation of color #021571: hue angle of 229.73º 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 #021571 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 21 113 -
CMYK 0.98 0.81 0 0.56
HSL 229.73º 0.97% 0.23% -
HSV(B) 229.73º 0.98% 0.44% -
XYZ 3.27 1.74 15.79 -
YUV 25.81 177.21 111.02 -
System Red Green Blue C M Y K H S L
Decimal 2 21 113 0.98 0.81 0 0.56 229.73 0.97 0.23
Hex 2 15 71 62 51 0 38 E6 61 17
Octal 2 25 161 142 121 0 70 346 141 27
Binary 10 10101 1110001 1100010 1010001 0 111000 11100110 1100001 10111

Color Harmonies of #021571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021571

Black with #021571

Text Example


Text Example

White with #021571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021571; }

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

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

background-color css

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

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

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

border-color css

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

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

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