#14366B

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

Shades of Sapphire #14366B

Tints of Sapphire #14366B

Color information

#14366B (or 0x14366B) is unknown color: approx Sapphire. HEX triplet: 14, 36 and 6B. RGB value is (20,54,107). Sum of RGB (Red+Green+Blue) = 20+54+107=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 107 (42.19% from 255 or 59.12% from 181); Max value from RGB is 107 - color contains mainly: blue. Hex color #14366B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14366B is #EBC994. Grayscale: #313131. Windows color (decimal): -15452565 or 7026196. OLE color: 7026196.

HSL color Cylindrical-coordinate representation of color #14366B: hue angle of 216.55º degrees, saturation: 0.69, 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 #14366B is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2054107-
CMYK0.810.5000.58
HSL216.55º68.5%24.9%-
HSV(B)216.55º81.31%41.96%-
XYZ4.263.8514.43-
YUV49.88160.24106.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.05%
GREEN value IS 54 (21.48% from 255) = 29.83%
BLUE value IS 107 (42.19% from 255) = 59.12%
R=11.05%
G=29.83%
B=59.12%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20541070.810.5000.58216.5568.524.9
Hex14366B513203Ad94519
Octal24661531216207233110531
Binary1010011011011010111010001110010011101011011001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14366B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,54,107); }

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

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

 a { background-color: rgb(20,54,107); }

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

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

 span { border-color: rgb(20,54,107); }

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