#021F71

Color #021F71 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #021F71

Tints of Sapphire #021F71

Color information

#021F71 (or 0x021F71) is unknown color: approx Sapphire. HEX triplet: 02, 1F and 71. RGB value is (2,31,113). Sum of RGB (Red+Green+Blue) = 2+31+113=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 113 (44.53% from 255 or 77.40% from 146); Max value from RGB is 113 - color contains mainly: blue. Hex color #021F71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021F71 is #FDE08E. Grayscale: #1F1F1F. Windows color (decimal): -16638095 or 7413506. OLE color: 7413506.

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

Color convert

RGB231113-
CMYK0.980.7300.56
HSL224.32º96.52%22.55%-
HSV(B)224.32º98.23%44.31%-
XYZ3.52.1915.86-
YUV31.68173.89106.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.37%
GREEN value IS 31 (12.5% from 255) = 21.23%
BLUE value IS 113 (44.53% from 255) = 77.40%
R=1.37%
G=21.23%
B=77.40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2311130.980.7300.56224.3296.5222.55
Hex21F716249038e06117
Octal23716114211107034014127
Binary1011111111000111000101001001011100011100000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #021F71;
 }
 .AnyTagClassName
 {
   color: #021F71;
 }
</style>
background-color css

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

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

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

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

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

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