#14316E

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

Shades of Sapphire #14316E

Tints of Sapphire #14316E

Color information

#14316E (or 0x14316E) is unknown color: approx Sapphire. HEX triplet: 14, 31 and 6E. RGB value is (20,49,110). Sum of RGB (Red+Green+Blue) = 20+49+110=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 110 (43.36% from 255 or 61.45% from 179); Max value from RGB is 110 - color contains mainly: blue. Hex color #14316E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14316E is #EBCE91. Grayscale: #2F2F2F. Windows color (decimal): -15453842 or 7221524. OLE color: 7221524.

HSL color Cylindrical-coordinate representation of color #14316E: hue angle of 220.67º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14316E is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2049110-
CMYK0.820.5500.57
HSL220.67º69.23%25.49%-
HSV(B)220.67º81.82%43.14%-
XYZ4.23.4715.2-
YUV47.28163.39108.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.17%
GREEN value IS 49 (19.53% from 255) = 27.37%
BLUE value IS 110 (43.36% from 255) = 61.45%
R=11.17%
G=27.37%
B=61.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20491100.820.5500.57220.6769.2325.49
Hex14316E5237039dd4519
Octal24611561226707133510531
Binary1010011000111011101010010110111011100111011101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14316E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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