#021F6E

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

Shades of Sapphire #021F6E

Tints of Sapphire #021F6E

Color information

#021F6E (or 0x021F6E) is unknown color: approx Sapphire. HEX triplet: 02, 1F and 6E. RGB value is (2,31,110). Sum of RGB (Red+Green+Blue) = 2+31+110=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 110 (43.36% from 255 or 76.92% from 143); Max value from RGB is 110 - color contains mainly: blue. Hex color #021F6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021F6E is #FDE091. Grayscale: #1E1E1E. Windows color (decimal): -16638098 or 7216898. OLE color: 7216898.

HSL color Cylindrical-coordinate representation of color #021F6E: hue angle of 223.89º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021F6E is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB231110-
CMYK0.980.7200.57
HSL223.89º96.43%21.96%-
HSV(B)223.89º98.18%43.14%-
XYZ3.332.1214.99-
YUV31.34172.39107.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.40%
GREEN value IS 31 (12.5% from 255) = 21.68%
BLUE value IS 110 (43.36% from 255) = 76.92%
R=1.40%
G=21.68%
B=76.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2311100.980.7200.57223.8996.4321.96
Hex21F6E6248039e06016
Octal23715614211007134014026
Binary1011111110111011000101001000011100111100000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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