#14325F

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

Shades of Sapphire #14325F

Tints of Sapphire #14325F

Color information

#14325F (or 0x14325F) is unknown color: approx Sapphire. HEX triplet: 14, 32 and 5F. RGB value is (20,50,95). Sum of RGB (Red+Green+Blue) = 20+50+95=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 95 (37.5% from 255 or 57.58% from 165); Max value from RGB is 95 - color contains mainly: blue. Hex color #14325F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14325F is #EBCDA0. Grayscale: #2D2D2D. Windows color (decimal): -15453601 or 6238740. OLE color: 6238740.

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

Color convert

RGB205095-
CMYK0.790.4700.63
HSL216º65.22%22.55%-
HSV(B)216º78.95%37.25%-
XYZ3.493.2611.27-
YUV46.16155.56109.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.12%
GREEN value IS 50 (19.92% from 255) = 30.30%
BLUE value IS 95 (37.5% from 255) = 57.58%
R=12.12%
G=30.30%
B=57.58%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2050950.790.4700.6321665.2222.55
Hex14325F4F2F03Fd84117
Octal24621371175707733010127
Binary1010011001010111111001111101111011111111011000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14325F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14325F; }

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

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

<style>
 a { background-color: #14325F; }

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

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

<style>
 span { border-color: #14325F; }

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

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