#14316B

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

Shades of Sapphire #14316B

Tints of Sapphire #14316B

Color information

#14316B (or 0x14316B) is unknown color: approx Sapphire. HEX triplet: 14, 31 and 6B. RGB value is (20,49,107). Sum of RGB (Red+Green+Blue) = 20+49+107=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 107 (42.19% from 255 or 60.80% from 176); Max value from RGB is 107 - color contains mainly: blue. Hex color #14316B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14316B is #EBCE94. Grayscale: #2E2E2E. Windows color (decimal): -15453845 or 7024916. OLE color: 7024916.

HSL color Cylindrical-coordinate representation of color #14316B: hue angle of 220º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14316B is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2049107-
CMYK0.810.5400.58
HSL220º68.5%24.9%-
HSV(B)220º81.31%41.96%-
XYZ4.043.4114.35-
YUV46.94161.89108.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.36%
GREEN value IS 49 (19.53% from 255) = 27.84%
BLUE value IS 107 (42.19% from 255) = 60.80%
R=11.36%
G=27.84%
B=60.80%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20491070.810.5400.5822068.524.9
Hex14316B513603Adc4519
Octal24611531216607233410531
Binary1010011000111010111010001110110011101011011100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14316B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,49,107); }

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

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

 a { background-color: rgb(20,49,107); }

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

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

 span { border-color: rgb(20,49,107); }

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