#14286B

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

Shades of Sapphire #14286B

Tints of Sapphire #14286B

Color information

#14286B (or 0x14286B) is unknown color: approx Sapphire. HEX triplet: 14, 28 and 6B. RGB value is (20,40,107). Sum of RGB (Red+Green+Blue) = 20+40+107=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 107 (42.19% from 255 or 64.07% from 167); Max value from RGB is 107 - color contains mainly: blue. Hex color #14286B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14286B is #EBD794. Grayscale: #292929. Windows color (decimal): -15456149 or 7022612. OLE color: 7022612.

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

Color convert

RGB2040107-
CMYK0.810.6300.58
HSL226.21º68.5%24.9%-
HSV(B)226.21º81.31%41.96%-
XYZ3.72.7314.24-
YUV41.66164.87112.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.98%
GREEN value IS 40 (16.02% from 255) = 23.95%
BLUE value IS 107 (42.19% from 255) = 64.07%
R=11.98%
G=23.95%
B=64.07%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20401070.810.6300.58226.2168.524.9
Hex14286B513F03Ae24519
Octal24501531217707234210531
Binary1010010100011010111010001111111011101011100010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14286B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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