#14295C

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

Shades of Sapphire #14295C

Tints of Sapphire #14295C

Color information

#14295C (or 0x14295C) is unknown color: approx Sapphire. HEX triplet: 14, 29 and 5C. RGB value is (20,41,92). Sum of RGB (Red+Green+Blue) = 20+41+92=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #14295C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14295C is #EBD6A3. Grayscale: #282828. Windows color (decimal): -15455908 or 6039828. OLE color: 6039828.

HSL color Cylindrical-coordinate representation of color #14295C: hue angle of 222.5º 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 #14295C is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB204192-
CMYK0.780.5500.64
HSL222.5º64.29%21.96%-
HSV(B)222.5º78.26%36.08%-
XYZ3.012.5110.45-
YUV40.53157.04113.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.07%
GREEN value IS 41 (16.41% from 255) = 26.80%
BLUE value IS 92 (36.33% from 255) = 60.13%
R=13.07%
G=26.80%
B=60.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2041920.780.5500.64222.564.2921.96
Hex14295C4E37040de4016
Octal245113411667010033610026
Binary10100101001101110010011101101110100000011011110100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14295C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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