#021F5F

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

Shades of Sapphire #021F5F

Tints of Sapphire #021F5F

Color information

#021F5F (or 0x021F5F) is unknown color: approx Sapphire. HEX triplet: 02, 1F and 5F. RGB value is (2,31,95). Sum of RGB (Red+Green+Blue) = 2+31+95=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 95 (37.5% from 255 or 74.22% from 128); Max value from RGB is 95 - color contains mainly: blue. Hex color #021F5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021F5F is #FDE0A0. Grayscale: #1D1D1D. Windows color (decimal): -16638113 or 6233858. OLE color: 6233858.

HSL color Cylindrical-coordinate representation of color #021F5F: hue angle of 221.29º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021F5F is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB23195-
CMYK0.980.6700.63
HSL221.29º95.88%19.02%-
HSV(B)221.29º97.89%37.25%-
XYZ2.581.8211.04-
YUV29.62164.89108.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.56%
GREEN value IS 31 (12.5% from 255) = 24.22%
BLUE value IS 95 (37.5% from 255) = 74.22%
R=1.56%
G=24.22%
B=74.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal231950.980.6700.63221.2995.8819.02
Hex21F5F624303Fdd6013
Octal23713714210307733514023
Binary1011111101111111000101000011011111111011101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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