#14326B

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

Shades of Sapphire #14326B

Tints of Sapphire #14326B

Color information

#14326B (or 0x14326B) is unknown color: approx Sapphire. HEX triplet: 14, 32 and 6B. RGB value is (20,50,107). Sum of RGB (Red+Green+Blue) = 20+50+107=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 107 (42.19% from 255 or 60.45% from 177); Max value from RGB is 107 - color contains mainly: blue. Hex color #14326B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14326B is #EBCD94. Grayscale: #2F2F2F. Windows color (decimal): -15453589 or 7025172. OLE color: 7025172.

HSL color Cylindrical-coordinate representation of color #14326B: hue angle of 219.31º 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 #14326B is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2050107-
CMYK0.810.5300.58
HSL219.31º68.5%24.9%-
HSV(B)219.31º81.31%41.96%-
XYZ4.083.4914.37-
YUV47.53161.56108.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.30%
GREEN value IS 50 (19.92% from 255) = 28.25%
BLUE value IS 107 (42.19% from 255) = 60.45%
R=11.30%
G=28.25%
B=60.45%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20501070.810.5300.58219.3168.524.9
Hex14326B513503Adb4519
Octal24621531216507233310531
Binary1010011001011010111010001110101011101011011011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14326B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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