#14305C

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

Shades of Sapphire #14305C

Tints of Sapphire #14305C

Color information

#14305C (or 0x14305C) is unknown color: approx Sapphire. HEX triplet: 14, 30 and 5C. RGB value is (20,48,92). Sum of RGB (Red+Green+Blue) = 20+48+92=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 92 (36.33% from 255 or 57.5% from 160); Max value from RGB is 92 - color contains mainly: blue. Hex color #14305C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14305C is #EBCFA3. Grayscale: #2C2C2C. Windows color (decimal): -15454116 or 6041620. OLE color: 6041620.

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

Color convert

RGB204892-
CMYK0.780.4800.64
HSL216.67º64.29%21.96%-
HSV(B)216.67º78.26%36.08%-
XYZ3.283.0410.54-
YUV44.64154.72110.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.5%
GREEN value IS 48 (19.14% from 255) = 30%
BLUE value IS 92 (36.33% from 255) = 57.5%
R=12.5%
G=30%
B=57.5%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2048920.780.4800.64216.6764.2921.96
Hex14305C4E30040d94016
Octal246013411660010033110026
Binary10100110000101110010011101100000100000011011001100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14305C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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