#14317C

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

Shades of Sapphire #14317C

Tints of Sapphire #14317C

Color information

#14317C (or 0x14317C) is unknown color: approx Sapphire. HEX triplet: 14, 31 and 7C. RGB value is (20,49,124). Sum of RGB (Red+Green+Blue) = 20+49+124=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 124 (48.83% from 255 or 64.25% from 193); Max value from RGB is 124 - color contains mainly: blue. Hex color #14317C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14317C is #EBCE83. Grayscale: #303030. Windows color (decimal): -15453828 or 8139028. OLE color: 8139028.

HSL color Cylindrical-coordinate representation of color #14317C: hue angle of 223.27º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14317C is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2049124-
CMYK0.840.6000.51
HSL223.27º72.22%28.24%-
HSV(B)223.27º83.87%48.63%-
XYZ5.023.819.54-
YUV48.88170.39107.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.36%
GREEN value IS 49 (19.53% from 255) = 25.39%
BLUE value IS 124 (48.83% from 255) = 64.25%
R=10.36%
G=25.39%
B=64.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20491240.840.6000.51223.2772.2228.24
Hex14317C543C033df481c
Octal24611741247406333711034
Binary1010011000111111001010100111100011001111011111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14317C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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