#14315C

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

Shades of Sapphire #14315C

Tints of Sapphire #14315C

Color information

#14315C (or 0x14315C) is unknown color: approx Sapphire. HEX triplet: 14, 31 and 5C. RGB value is (20,49,92). Sum of RGB (Red+Green+Blue) = 20+49+92=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 49 (19.53% from 255 or 30.43% from 161); Blue value is 92 (36.33% from 255 or 57.14% from 161); Max value from RGB is 92 - color contains mainly: blue. Hex color #14315C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14315C is #EBCEA3. Grayscale: #2D2D2D. Windows color (decimal): -15453860 or 6041876. OLE color: 6041876.

HSL color Cylindrical-coordinate representation of color #14315C: hue angle of 215.83º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14315C is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB204992-
CMYK0.780.4700.64
HSL215.83º64.29%21.96%-
HSV(B)215.83º78.26%36.08%-
XYZ3.323.1210.55-
YUV45.23154.39110-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.42%
GREEN value IS 49 (19.53% from 255) = 30.43%
BLUE value IS 92 (36.33% from 255) = 57.14%
R=12.42%
G=30.43%
B=57.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2049920.780.4700.64215.8364.2921.96
Hex14315C4E2F040d84016
Octal246113411657010033010026
Binary10100110001101110010011101011110100000011011000100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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