#14327f

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

Shades of Sapphire #14327F

Tints of Sapphire #14327F

Color information

#14327F (or 0x14327F) is unknown color: approx Sapphire. HEX triplet: 14, 32 and 7F. RGB value is (20,50,127). Sum of RGB (Red+Green+Blue) = 20+50+127=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 127 (50% from 255 or 64.47% from 197); Max value from RGB is 127 - color contains mainly: blue. Hex color #14327F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14327F is #EBCD80. Grayscale: #313131. Windows color (decimal): -15453569 or 8335892. OLE color: 8335892.

HSL color Cylindrical-coordinate representation of color #14327F: hue angle of 223.18º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14327F is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2050127-
CMYK0.840.6100.50
HSL223.18º72.79%28.82%-
HSV(B)223.18º84.25%49.8%-
XYZ5.263.9620.57-
YUV49.81171.56106.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.15%
GREEN value IS 50 (19.92% from 255) = 25.38%
BLUE value IS 127 (50% from 255) = 64.47%
R=10.15%
G=25.38%
B=64.47%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal20501270.840.6100.50223.1872.7928.82
Hex14327F543D032df491d
Octal24621771247506233711135
Binary1010011001011111111010100111101011001011011111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14327f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14327f; }

 p { color: rgb(20,50,127); }

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

<style>
 a { background-color: #14327f; }

 a { background-color: rgb(20,50,127); }

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

<style>
 span { border-color: #14327f; }

 span { border-color: rgb(20,50,127); }

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