#14256C

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

Shades of Sapphire #14256C

Tints of Sapphire #14256C

Color information

#14256C (or 0x14256C) is unknown color: approx Sapphire. HEX triplet: 14, 25 and 6C. RGB value is (20,37,108). Sum of RGB (Red+Green+Blue) = 20+37+108=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 108 (42.58% from 255 or 65.45% from 165); Max value from RGB is 108 - color contains mainly: blue. Hex color #14256C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14256C is #EBDA93. Grayscale: #272727. Windows color (decimal): -15456916 or 7087380. OLE color: 7087380.

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

Color convert

RGB2037108-
CMYK0.810.6600.58
HSL228.41º68.75%25.1%-
HSV(B)228.41º81.48%42.35%-
XYZ3.662.5514.49-
YUV40.01166.37113.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.12%
GREEN value IS 37 (14.84% from 255) = 22.42%
BLUE value IS 108 (42.58% from 255) = 65.45%
R=12.12%
G=22.42%
B=65.45%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20371080.810.6600.58228.4168.7525.1
Hex14256C514203Ae44519
Octal244515412110207234410531
Binary10100100101110110010100011000010011101011100100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14256C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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