#14205D

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

Shades of Sapphire #14205D

Tints of Sapphire #14205D

Color information

#14205D (or 0x14205D) is unknown color: approx Sapphire. HEX triplet: 14, 20 and 5D. RGB value is (20,32,93). Sum of RGB (Red+Green+Blue) = 20+32+93=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 93 (36.72% from 255 or 64.14% from 145); Max value from RGB is 93 - color contains mainly: blue. Hex color #14205D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14205D is #EBDFA2. Grayscale: #232323. Windows color (decimal): -15458211 or 6103060. OLE color: 6103060.

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

Color convert

RGB203293-
CMYK0.780.6600.64
HSL230.14º64.6%22.16%-
HSV(B)230.14º78.49%36.47%-
XYZ2.781.9710.59-
YUV35.37160.52117.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.79%
GREEN value IS 32 (12.89% from 255) = 22.07%
BLUE value IS 93 (36.72% from 255) = 64.14%
R=13.79%
G=22.07%
B=64.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2032930.780.6600.64230.1464.622.16
Hex14205D4E42040e64116
Octal2440135116102010034610126
Binary101001000001011101100111010000100100000011100110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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