#14326C

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

Shades of Sapphire #14326C

Tints of Sapphire #14326C

Color information

#14326C (or 0x14326C) is unknown color: approx Sapphire. HEX triplet: 14, 32 and 6C. RGB value is (20,50,108). Sum of RGB (Red+Green+Blue) = 20+50+108=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 108 (42.58% from 255 or 60.67% from 178); Max value from RGB is 108 - color contains mainly: blue. Hex color #14326C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14326C is #EBCD93. Grayscale: #2F2F2F. Windows color (decimal): -15453588 or 7090708. OLE color: 7090708.

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

Color convert

RGB2050108-
CMYK0.810.5400.58
HSL219.55º68.75%25.1%-
HSV(B)219.55º81.48%42.35%-
XYZ4.143.5114.65-
YUV47.64162.06108.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.24%
GREEN value IS 50 (19.92% from 255) = 28.09%
BLUE value IS 108 (42.58% from 255) = 60.67%
R=11.24%
G=28.09%
B=60.67%

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
Decimal20501080.810.5400.58219.5568.7525.1
Hex14326C513603Adc4519
Octal24621541216607233410531
Binary1010011001011011001010001110110011101011011100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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