#14287A

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

Shades of Sapphire #14287A

Tints of Sapphire #14287A

Color information

#14287A (or 0x14287A) is unknown color: approx Sapphire. HEX triplet: 14, 28 and 7A. RGB value is (20,40,122). Sum of RGB (Red+Green+Blue) = 20+40+122=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 122 (48.05% from 255 or 67.03% from 182); Max value from RGB is 122 - color contains mainly: blue. Hex color #14287A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14287A is #EBD785. Grayscale: #2B2B2B. Windows color (decimal): -15456134 or 8005652. OLE color: 8005652.

HSL color Cylindrical-coordinate representation of color #14287A: hue angle of 228.24º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14287A is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2040122-
CMYK0.840.6700.52
HSL228.24º71.83%27.84%-
HSV(B)228.24º83.61%47.84%-
XYZ4.563.0718.76-
YUV43.37172.37111.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.99%
GREEN value IS 40 (16.02% from 255) = 21.98%
BLUE value IS 122 (48.05% from 255) = 67.03%
R=10.99%
G=21.98%
B=67.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20401220.840.6700.52228.2471.8327.84
Hex14287A5443034e4481c
Octal245017212410306434411034
Binary10100101000111101010101001000011011010011100100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14287A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14287A; }

 p { color: rgb(20,40,122); }

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

<style>
 a { background-color: #14287A; }

 a { background-color: rgb(20,40,122); }

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

<style>
 span { border-color: #14287A; }

 span { border-color: rgb(20,40,122); }

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