#14286D

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

Shades of Sapphire #14286D

Tints of Sapphire #14286D

Color information

#14286D (or 0x14286D) is unknown color: approx Sapphire. HEX triplet: 14, 28 and 6D. RGB value is (20,40,109). Sum of RGB (Red+Green+Blue) = 20+40+109=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 109 (42.97% from 255 or 64.50% from 169); Max value from RGB is 109 - color contains mainly: blue. Hex color #14286D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14286D is #EBD792. Grayscale: #292929. Windows color (decimal): -15456147 or 7153684. OLE color: 7153684.

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

Color convert

RGB2040109-
CMYK0.820.6300.57
HSL226.52º68.99%25.29%-
HSV(B)226.52º81.65%42.75%-
XYZ3.812.7714.8-
YUV41.89165.87112.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.83%
GREEN value IS 40 (16.02% from 255) = 23.67%
BLUE value IS 109 (42.97% from 255) = 64.50%
R=11.83%
G=23.67%
B=64.50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20401090.820.6300.57226.5268.9925.29
Hex14286D523F039e34519
Octal24501551227707134310531
Binary1010010100011011011010010111111011100111100011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14286D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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