#021E6E

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

Shades of Sapphire #021E6E

Tints of Sapphire #021E6E

Color information

#021E6E (or 0x021E6E) is unknown color: approx Sapphire. HEX triplet: 02, 1E and 6E. RGB value is (2,30,110). Sum of RGB (Red+Green+Blue) = 2+30+110=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 110 (43.36% from 255 or 77.46% from 142); Max value from RGB is 110 - color contains mainly: blue. Hex color #021E6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021E6E is #FDE191. Grayscale: #1E1E1E. Windows color (decimal): -16638354 or 7216642. OLE color: 7216642.

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

Color convert

RGB230110-
CMYK0.980.7300.57
HSL224.44º96.43%21.96%-
HSV(B)224.44º98.18%43.14%-
XYZ3.32.0714.98-
YUV30.75172.72107.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.41%
GREEN value IS 30 (12.11% from 255) = 21.13%
BLUE value IS 110 (43.36% from 255) = 77.46%
R=1.41%
G=21.13%
B=77.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2301100.980.7300.57224.4496.4321.96
Hex21E6E6249039e06016
Octal23615614211107134014026
Binary1011110110111011000101001001011100111100000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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