#14315E

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

Shades of Sapphire #14315E

Tints of Sapphire #14315E

Color information

#14315E (or 0x14315E) is unknown color: approx Sapphire. HEX triplet: 14, 31 and 5E. RGB value is (20,49,94). Sum of RGB (Red+Green+Blue) = 20+49+94=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #14315E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14315E is #EBCEA1. Grayscale: #2D2D2D. Windows color (decimal): -15453858 or 6172948. OLE color: 6172948.

HSL color Cylindrical-coordinate representation of color #14315E: hue angle of 216.49º 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 #14315E is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB204994-
CMYK0.790.4800.63
HSL216.49º64.91%22.35%-
HSV(B)216.49º78.72%36.86%-
XYZ3.413.1511.02-
YUV45.46155.39109.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.27%
GREEN value IS 49 (19.53% from 255) = 30.06%
BLUE value IS 94 (37.11% from 255) = 57.67%
R=12.27%
G=30.06%
B=57.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2049940.790.4800.63216.4964.9122.35
Hex14315E4F3003Fd84116
Octal24611361176007733010126
Binary1010011000110111101001111110000011111111011000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14315E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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