#14266A

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

Shades of Sapphire #14266A

Tints of Sapphire #14266A

Color information

#14266A (or 0x14266A) is unknown color: approx Sapphire. HEX triplet: 14, 26 and 6A. RGB value is (20,38,106). Sum of RGB (Red+Green+Blue) = 20+38+106=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 106 (41.80% from 255 or 64.63% from 164); Max value from RGB is 106 - color contains mainly: blue. Hex color #14266A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14266A is #EBD995. Grayscale: #282828. Windows color (decimal): -15456662 or 6956564. OLE color: 6956564.

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

Color convert

RGB2038106-
CMYK0.810.6400.58
HSL227.44º68.25%24.71%-
HSV(B)227.44º81.13%41.57%-
XYZ3.582.5813.94-
YUV40.37165.04113.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.20%
GREEN value IS 38 (15.23% from 255) = 23.17%
BLUE value IS 106 (41.80% from 255) = 64.63%
R=12.20%
G=23.17%
B=64.63%

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
Decimal20381060.810.6400.58227.4468.2524.71
Hex14266A514003Ae34419
Octal244615212110007234310431
Binary10100100110110101010100011000000011101011100011100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14266A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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