#14215B

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

Shades of Sapphire #14215B

Tints of Sapphire #14215B

Color information

#14215B (or 0x14215B) is unknown color: approx Sapphire. HEX triplet: 14, 21 and 5B. RGB value is (20,33,91). Sum of RGB (Red+Green+Blue) = 20+33+91=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 91 (35.94% from 255 or 63.19% from 144); Max value from RGB is 91 - color contains mainly: blue. Hex color #14215B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14215B is #EBDEA4. Grayscale: #232323. Windows color (decimal): -15457957 or 5972244. OLE color: 5972244.

HSL color Cylindrical-coordinate representation of color #14215B: hue angle of 229.01º degrees, saturation: 0.64, 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 #14215B is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB203391-
CMYK0.780.6400.64
HSL229.01º63.96%21.76%-
HSV(B)229.01º78.02%35.69%-
XYZ2.721.9910.14-
YUV35.72159.19116.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.89%
GREEN value IS 33 (13.28% from 255) = 22.92%
BLUE value IS 91 (35.94% from 255) = 63.19%
R=13.89%
G=22.92%
B=63.19%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2033910.780.6400.64229.0163.9621.76
Hex14215B4E40040e54016
Octal2441133116100010034510026
Binary101001000011011011100111010000000100000011100101100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14215B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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