#021F5E

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

Shades of Sapphire #021F5E

Tints of Sapphire #021F5E

Color information

#021F5E (or 0x021F5E) is unknown color: approx Sapphire. HEX triplet: 02, 1F and 5E. RGB value is (2,31,94). Sum of RGB (Red+Green+Blue) = 2+31+94=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 94 (37.11% from 255 or 74.02% from 127); Max value from RGB is 94 - color contains mainly: blue. Hex color #021F5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021F5E is #FDE0A1. Grayscale: #1D1D1D. Windows color (decimal): -16638114 or 6168322. OLE color: 6168322.

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

Color convert

RGB23194-
CMYK0.980.6700.63
HSL221.09º95.83%18.82%-
HSV(B)221.09º97.87%36.86%-
XYZ2.541.810.8-
YUV29.51164.39108.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.57%
GREEN value IS 31 (12.5% from 255) = 24.41%
BLUE value IS 94 (37.11% from 255) = 74.02%
R=1.57%
G=24.41%
B=74.02%

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
Decimal231940.980.6700.63221.0995.8318.82
Hex21F5E624303Fdd6013
Octal23713614210307733514023
Binary1011111101111011000101000011011111111011101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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