#14266E

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

Shades of Sapphire #14266E

Tints of Sapphire #14266E

Color information

#14266E (or 0x14266E) is unknown color: approx Sapphire. HEX triplet: 14, 26 and 6E. RGB value is (20,38,110). Sum of RGB (Red+Green+Blue) = 20+38+110=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 110 (43.36% from 255 or 65.48% from 168); Max value from RGB is 110 - color contains mainly: blue. Hex color #14266E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14266E is #EBD991. Grayscale: #282828. Windows color (decimal): -15456658 or 7218708. OLE color: 7218708.

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

Color convert

RGB2038110-
CMYK0.820.6500.57
HSL228º69.23%25.49%-
HSV(B)228º81.82%43.14%-
XYZ3.82.6615.07-
YUV40.83167.04113.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.90%
GREEN value IS 38 (15.23% from 255) = 22.62%
BLUE value IS 110 (43.36% from 255) = 65.48%
R=11.90%
G=22.62%
B=65.48%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20381100.820.6500.5722869.2325.49
Hex14266E5241039e44519
Octal244615612210107134410531
Binary10100100110110111010100101000001011100111100100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14266E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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