Html Css Color HEX #14516C Orient

📋 copy color: '#14516C'

red 20 ◦ green 81 ◦ blue 108

#14516C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orient #14516C

Tints of Orient #14516C

RGB

 RED value IS 20 (8.2% from 255) = 9.57%

 GREEN value IS 81 (32.03% from 255) = 38.76%

 BLUE value IS 108 (42.58% from 255) = 51.67%

R = 9.57%
G = 38.76%
B = 51.67%

CMYK

 C value IS 0.81

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14516C (or 0x14516C) is known color: Orient. HEX triplet: 14, 51 and 6C. RGB value is (20,81,108). Sum of RGB (Red+Green+Blue) = 20+81+108=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #14516C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14516C is #EBAE93. Grayscale: #414141. Windows color (decimal): -15445652 or 7098644. OLE color: 7098644.

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

Color convert

RGB 20 81 108 -
CMYK 0.81 0.25 0 0.58
HSL 198.41º 0.69% 0.25% -
HSV(B) 198.41º 0.81% 0.42% -
XYZ 5.94 7.12 15.25 -
YUV 65.84 151.79 95.3 -
System Red Green Blue C M Y K H S L
Decimal 20 81 108 0.81 0.25 0 0.58 198.41 0.69 0.25
Hex 14 51 6C 51 19 0 3A C6 45 19
Octal 24 121 154 121 31 0 72 306 105 31
Binary 10100 1010001 1101100 1010001 11001 0 111010 11000110 1000101 11001

Color Harmonies of #14516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14516C

Black with #14516C

Text Example


Text Example

White with #14516C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14516C; }

 p { color: rgb(20,81,108); }

 H1.HeaderClassName
 {
   color: #14516C;
 }
 .AnyTagClassName
 {
   color: #14516C;
 }
</style>

background-color css

<style>
 a { background-color: #14516C; }

 a { background-color: rgb(20,81,108); }

 div.DivClassName
 {
   background-color: #14516C;
 }
 .BgClassName
 {
   background-color: #14516C;
 }
</style>

border-color css

<style>
 span { border-color: #14516C; }

 span { border-color: rgb(20,81,108); }

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