#14205F

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

Shades of Sapphire #14205F

Tints of Sapphire #14205F

Color information

#14205F (or 0x14205F) is unknown color: approx Sapphire. HEX triplet: 14, 20 and 5F. RGB value is (20,32,95). Sum of RGB (Red+Green+Blue) = 20+32+95=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 95 (37.5% from 255 or 64.63% from 147); Max value from RGB is 95 - color contains mainly: blue. Hex color #14205F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14205F is #EBDFA0. Grayscale: #232323. Windows color (decimal): -15458209 or 6234132. OLE color: 6234132.

HSL color Cylindrical-coordinate representation of color #14205F: hue angle of 230.4º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14205F is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB203295-
CMYK0.790.6600.63
HSL230.4º65.22%22.55%-
HSV(B)230.4º78.95%37.25%-
XYZ2.872.0111.06-
YUV35.59161.52116.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.61%
GREEN value IS 32 (12.89% from 255) = 21.77%
BLUE value IS 95 (37.5% from 255) = 64.63%
R=13.61%
G=21.77%
B=64.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2032950.790.6600.63230.465.2222.55
Hex14205F4F4203Fe64117
Octal244013711710207734610127
Binary10100100000101111110011111000010011111111100110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14205F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14205F; }

 p { color: rgb(20,32,95); }

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

<style>
 a { background-color: #14205F; }

 a { background-color: rgb(20,32,95); }

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

<style>
 span { border-color: #14205F; }

 span { border-color: rgb(20,32,95); }

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