#14285E

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

Shades of Sapphire #14285E

Tints of Sapphire #14285E

Color information

#14285E (or 0x14285E) is unknown color: approx Sapphire. HEX triplet: 14, 28 and 5E. RGB value is (20,40,94). Sum of RGB (Red+Green+Blue) = 20+40+94=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 94 (37.11% from 255 or 61.04% from 154); Max value from RGB is 94 - color contains mainly: blue. Hex color #14285E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14285E is #EBD7A1. Grayscale: #272727. Windows color (decimal): -15456162 or 6170644. OLE color: 6170644.

HSL color Cylindrical-coordinate representation of color #14285E: hue angle of 223.78º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14285E is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB204094-
CMYK0.790.5700.63
HSL223.78º64.91%22.35%-
HSV(B)223.78º78.72%36.86%-
XYZ3.072.4710.91-
YUV40.18158.37113.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.99%
GREEN value IS 40 (16.02% from 255) = 25.97%
BLUE value IS 94 (37.11% from 255) = 61.04%
R=12.99%
G=25.97%
B=61.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2040940.790.5700.63223.7864.9122.35
Hex14285E4F3903Fe04116
Octal24501361177107734010126
Binary1010010100010111101001111111001011111111100000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14285E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,40,94); }

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

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

 a { background-color: rgb(20,40,94); }

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

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

 span { border-color: rgb(20,40,94); }

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