#14536B

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

Shades of Orient #14536B

Tints of Orient #14536B

Color information

#14536B (or 0x14536B) is unknown color: approx Orient. HEX triplet: 14, 53 and 6B. RGB value is (20,83,107). Sum of RGB (Red+Green+Blue) = 20+83+107=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 107 (42.19% from 255 or 50.95% from 210); Max value from RGB is 107 - color contains mainly: blue. Hex color #14536B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14536B is #EBAC94. Grayscale: #424242. Windows color (decimal): -15445141 or 7033620. OLE color: 7033620.

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

Color convert

RGB2083107-
CMYK0.810.2200.58
HSL196.55º68.5%24.9%-
HSV(B)196.55º81.31%41.96%-
XYZ6.047.415.02-
YUV66.9150.6394.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.52%
GREEN value IS 83 (32.81% from 255) = 39.52%
BLUE value IS 107 (42.19% from 255) = 50.95%
R=9.52%
G=39.52%
B=50.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20831070.810.2200.58196.5568.524.9
Hex14536B511603Ac54519
Octal241231531212607230510531
Binary1010010100111101011101000110110011101011000101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14536B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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