#14286A

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

Shades of Sapphire #14286A

Tints of Sapphire #14286A

Color information

#14286A (or 0x14286A) is unknown color: approx Sapphire. HEX triplet: 14, 28 and 6A. RGB value is (20,40,106). Sum of RGB (Red+Green+Blue) = 20+40+106=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 106 (41.80% from 255 or 63.86% from 166); Max value from RGB is 106 - color contains mainly: blue. Hex color #14286A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14286A is #EBD795. Grayscale: #292929. Windows color (decimal): -15456150 or 6957076. OLE color: 6957076.

HSL color Cylindrical-coordinate representation of color #14286A: hue angle of 226.05º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14286A is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2040106-
CMYK0.810.6200.58
HSL226.05º68.25%24.71%-
HSV(B)226.05º81.13%41.57%-
XYZ3.652.7113.97-
YUV41.54164.37112.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.05%
GREEN value IS 40 (16.02% from 255) = 24.10%
BLUE value IS 106 (41.80% from 255) = 63.86%
R=12.05%
G=24.10%
B=63.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20401060.810.6200.58226.0568.2524.71
Hex14286A513E03Ae24419
Octal24501521217607234210431
Binary1010010100011010101010001111110011101011100010100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14286A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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