#14305D

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

Shades of Sapphire #14305D

Tints of Sapphire #14305D

Color information

#14305D (or 0x14305D) is unknown color: approx Sapphire. HEX triplet: 14, 30 and 5D. RGB value is (20,48,93). Sum of RGB (Red+Green+Blue) = 20+48+93=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 93 (36.72% from 255 or 57.76% from 161); Max value from RGB is 93 - color contains mainly: blue. Hex color #14305D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14305D is #EBCFA2. Grayscale: #2C2C2C. Windows color (decimal): -15454115 or 6107156. OLE color: 6107156.

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

Color convert

RGB204893-
CMYK0.780.4800.64
HSL216.99º64.6%22.16%-
HSV(B)216.99º78.49%36.47%-
XYZ3.323.0510.77-
YUV44.76155.22110.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.42%
GREEN value IS 48 (19.14% from 255) = 29.81%
BLUE value IS 93 (36.72% from 255) = 57.76%
R=12.42%
G=29.81%
B=57.76%

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
Decimal2048930.780.4800.64216.9964.622.16
Hex14305D4E30040d94116
Octal246013511660010033110126
Binary10100110000101110110011101100000100000011011001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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