#14256A

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

Shades of Sapphire #14256A

Tints of Sapphire #14256A

Color information

#14256A (or 0x14256A) is unknown color: approx Sapphire. HEX triplet: 14, 25 and 6A. RGB value is (20,37,106). Sum of RGB (Red+Green+Blue) = 20+37+106=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 106 (41.80% from 255 or 65.03% from 163); Max value from RGB is 106 - color contains mainly: blue. Hex color #14256A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14256A is #EBDA95. Grayscale: #272727. Windows color (decimal): -15456918 or 6956308. OLE color: 6956308.

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

Color convert

RGB2037106-
CMYK0.810.6500.58
HSL228.14º68.25%24.71%-
HSV(B)228.14º81.13%41.57%-
XYZ3.552.5113.93-
YUV39.78165.37113.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.27%
GREEN value IS 37 (14.84% from 255) = 22.70%
BLUE value IS 106 (41.80% from 255) = 65.03%
R=12.27%
G=22.70%
B=65.03%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20371060.810.6500.58228.1468.2524.71
Hex14256A514103Ae44419
Octal244515212110107234410431
Binary10100100101110101010100011000001011101011100100100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14256A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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