#14326D

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

Shades of Sapphire #14326D

Tints of Sapphire #14326D

Color information

#14326D (or 0x14326D) is unknown color: approx Sapphire. HEX triplet: 14, 32 and 6D. RGB value is (20,50,109). Sum of RGB (Red+Green+Blue) = 20+50+109=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 109 (42.97% from 255 or 60.89% from 179); Max value from RGB is 109 - color contains mainly: blue. Hex color #14326D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14326D is #EBCD92. Grayscale: #2F2F2F. Windows color (decimal): -15453587 or 7156244. OLE color: 7156244.

HSL color Cylindrical-coordinate representation of color #14326D: hue angle of 219.78º 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 #14326D is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2050109-
CMYK0.820.5400.57
HSL219.78º68.99%25.29%-
HSV(B)219.78º81.65%42.75%-
XYZ4.193.5314.93-
YUV47.76162.56108.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.17%
GREEN value IS 50 (19.92% from 255) = 27.93%
BLUE value IS 109 (42.97% from 255) = 60.89%
R=11.17%
G=27.93%
B=60.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20501090.820.5400.57219.7868.9925.29
Hex14326D5236039dc4519
Octal24621551226607133410531
Binary1010011001011011011010010110110011100111011100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14326D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,50,109); }

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

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

 a { background-color: rgb(20,50,109); }

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

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

 span { border-color: rgb(20,50,109); }

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