#14346B

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

Shades of Sapphire #14346B

Tints of Sapphire #14346B

Color information

#14346B (or 0x14346B) is unknown color: approx Sapphire. HEX triplet: 14, 34 and 6B. RGB value is (20,52,107). Sum of RGB (Red+Green+Blue) = 20+52+107=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 107 (42.19% from 255 or 59.78% from 179); Max value from RGB is 107 - color contains mainly: blue. Hex color #14346B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14346B is #EBCB94. Grayscale: #303030. Windows color (decimal): -15453077 or 7025684. OLE color: 7025684.

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

Color convert

RGB2052107-
CMYK0.810.5100.58
HSL217.93º68.5%24.9%-
HSV(B)217.93º81.31%41.96%-
XYZ4.173.6714.4-
YUV48.7160.9107.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.17%
GREEN value IS 52 (20.70% from 255) = 29.05%
BLUE value IS 107 (42.19% from 255) = 59.78%
R=11.17%
G=29.05%
B=59.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20521070.810.5100.58217.9368.524.9
Hex14346B513303Ada4519
Octal24641531216307233210531
Binary1010011010011010111010001110011011101011011010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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