#14215D

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

Shades of Sapphire #14215D

Tints of Sapphire #14215D

Color information

#14215D (or 0x14215D) is unknown color: approx Sapphire. HEX triplet: 14, 21 and 5D. RGB value is (20,33,93). Sum of RGB (Red+Green+Blue) = 20+33+93=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 93 (36.72% from 255 or 63.70% from 146); Max value from RGB is 93 - color contains mainly: blue. Hex color #14215D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14215D is #EBDEA2. Grayscale: #232323. Windows color (decimal): -15457955 or 6103316. OLE color: 6103316.

HSL color Cylindrical-coordinate representation of color #14215D: hue angle of 229.32º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14215D is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB203393-
CMYK0.780.6500.64
HSL229.32º64.6%22.16%-
HSV(B)229.32º78.49%36.47%-
XYZ2.812.0310.6-
YUV35.95160.19116.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.70%
GREEN value IS 33 (13.28% from 255) = 22.60%
BLUE value IS 93 (36.72% from 255) = 63.70%
R=13.70%
G=22.60%
B=63.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2033930.780.6500.64229.3264.622.16
Hex14215D4E41040e54116
Octal2441135116101010034510126
Binary101001000011011101100111010000010100000011100101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14215D; }

 p { color: rgb(20,33,93); }

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

<style>
 a { background-color: #14215D; }

 a { background-color: rgb(20,33,93); }

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

<style>
 span { border-color: #14215D; }

 span { border-color: rgb(20,33,93); }

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