#14266B

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

Shades of Sapphire #14266B

Tints of Sapphire #14266B

Color information

#14266B (or 0x14266B) is unknown color: approx Sapphire. HEX triplet: 14, 26 and 6B. RGB value is (20,38,107). Sum of RGB (Red+Green+Blue) = 20+38+107=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 107 (42.19% from 255 or 64.85% from 165); Max value from RGB is 107 - color contains mainly: blue. Hex color #14266B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14266B is #EBD994. Grayscale: #282828. Windows color (decimal): -15456661 or 7022100. OLE color: 7022100.

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

Color convert

RGB2038107-
CMYK0.810.6400.58
HSL227.59º68.5%24.9%-
HSV(B)227.59º81.31%41.96%-
XYZ3.642.614.22-
YUV40.48165.54113.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.12%
GREEN value IS 38 (15.23% from 255) = 23.03%
BLUE value IS 107 (42.19% from 255) = 64.85%
R=12.12%
G=23.03%
B=64.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20381070.810.6400.58227.5968.524.9
Hex14266B514003Ae44519
Octal244615312110007234410531
Binary10100100110110101110100011000000011101011100100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14266B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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