#14285B

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

Shades of Sapphire #14285B

Tints of Sapphire #14285B

Color information

#14285B (or 0x14285B) is unknown color: approx Sapphire. HEX triplet: 14, 28 and 5B. RGB value is (20,40,91). Sum of RGB (Red+Green+Blue) = 20+40+91=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 91 (35.94% from 255 or 60.26% from 151); Max value from RGB is 91 - color contains mainly: blue. Hex color #14285B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14285B is #EBD7A4. Grayscale: #272727. Windows color (decimal): -15456165 or 5974036. OLE color: 5974036.

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

Color convert

RGB204091-
CMYK0.780.5600.64
HSL223.1º63.96%21.76%-
HSV(B)223.1º78.02%35.69%-
XYZ2.942.4210.21-
YUV39.83156.87113.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.25%
GREEN value IS 40 (16.02% from 255) = 26.49%
BLUE value IS 91 (35.94% from 255) = 60.26%
R=13.25%
G=26.49%
B=60.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2040910.780.5600.64223.163.9621.76
Hex14285B4E38040df4016
Octal245013311670010033710026
Binary10100101000101101110011101110000100000011011111100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14285B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14285B; }

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

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

<style>
 a { background-color: #14285B; }

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

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

<style>
 span { border-color: #14285B; }

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

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