#14526B

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

Shades of Orient #14526B

Tints of Orient #14526B

Color information

#14526B (or 0x14526B) is unknown color: approx Orient. HEX triplet: 14, 52 and 6B. RGB value is (20,82,107). Sum of RGB (Red+Green+Blue) = 20+82+107=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #14526B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14526B is #EBAD94. Grayscale: #424242. Windows color (decimal): -15445397 or 7033364. OLE color: 7033364.

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

Color convert

RGB2082107-
CMYK0.810.2300.58
HSL197.24º68.5%24.9%-
HSV(B)197.24º81.31%41.96%-
XYZ5.967.2414.99-
YUV66.31150.9694.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.57%
GREEN value IS 82 (32.42% from 255) = 39.23%
BLUE value IS 107 (42.19% from 255) = 51.20%
R=9.57%
G=39.23%
B=51.20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20821070.810.2300.58197.2468.524.9
Hex14526B511703Ac54519
Octal241221531212707230510531
Binary1010010100101101011101000110111011101011000101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14526B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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