#14256E

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

Shades of Sapphire #14256E

Tints of Sapphire #14256E

Color information

#14256E (or 0x14256E) is unknown color: approx Sapphire. HEX triplet: 14, 25 and 6E. RGB value is (20,37,110). Sum of RGB (Red+Green+Blue) = 20+37+110=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 110 (43.36% from 255 or 65.87% from 167); Max value from RGB is 110 - color contains mainly: blue. Hex color #14256E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14256E is #EBDA91. Grayscale: #272727. Windows color (decimal): -15456914 or 7218452. OLE color: 7218452.

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

Color convert

RGB2037110-
CMYK0.820.6600.57
HSL228.67º69.23%25.49%-
HSV(B)228.67º81.82%43.14%-
XYZ3.762.615.05-
YUV40.24167.37113.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.98%
GREEN value IS 37 (14.84% from 255) = 22.16%
BLUE value IS 110 (43.36% from 255) = 65.87%
R=11.98%
G=22.16%
B=65.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20371100.820.6600.57228.6769.2325.49
Hex14256E5242039e54519
Octal244515612210207134510531
Binary10100100101110111010100101000010011100111100101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14256E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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