#14286F

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

Shades of Sapphire #14286F

Tints of Sapphire #14286F

Color information

#14286F (or 0x14286F) is unknown color: approx Sapphire. HEX triplet: 14, 28 and 6F. RGB value is (20,40,111). Sum of RGB (Red+Green+Blue) = 20+40+111=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 111 (43.75% from 255 or 64.91% from 171); Max value from RGB is 111 - color contains mainly: blue. Hex color #14286F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14286F is #EBD790. Grayscale: #292929. Windows color (decimal): -15456145 or 7284756. OLE color: 7284756.

HSL color Cylindrical-coordinate representation of color #14286F: hue angle of 226.81º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14286F is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2040111-
CMYK0.820.6400.56
HSL226.81º69.47%25.69%-
HSV(B)226.81º81.98%43.53%-
XYZ3.922.8115.38-
YUV42.11166.87112.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.70%
GREEN value IS 40 (16.02% from 255) = 23.39%
BLUE value IS 111 (43.75% from 255) = 64.91%
R=11.70%
G=23.39%
B=64.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20401110.820.6400.56226.8169.4725.69
Hex14286F5240038e3451a
Octal245015712210007034310532
Binary10100101000110111110100101000000011100011100011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14286F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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