Html Css Color HEX #14516A Orient

📋 copy color: '#14516A'

red 20 ◦ green 81 ◦ blue 106

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

Shades of Orient #14516A

Tints of Orient #14516A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 51.21%

R = 9.66%
G = 39.13%
B = 51.21%

CMYK

 C value IS 0.81

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14516A (or 0x14516A) is known color: Orient. HEX triplet: 14, 51 and 6A. RGB value is (20,81,106). Sum of RGB (Red+Green+Blue) = 20+81+106=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 106 (41.80% from 255 or 51.21% from 207); Max value from RGB is 106 - color contains mainly: blue. Hex color #14516A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14516A is #EBAE95. Grayscale: #414141. Windows color (decimal): -15445654 or 6967572. OLE color: 6967572.

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

Color convert

RGB 20 81 106 -
CMYK 0.81 0.24 0 0.58
HSL 197.44º 0.68% 0.25% -
HSV(B) 197.44º 0.81% 0.42% -
XYZ 5.83 7.07 14.69 -
YUV 65.61 150.79 95.47 -
System Red Green Blue C M Y K H S L
Decimal 20 81 106 0.81 0.24 0 0.58 197.44 0.68 0.25
Hex 14 51 6A 51 18 0 3A C5 44 19
Octal 24 121 152 121 30 0 72 305 104 31
Binary 10100 1010001 1101010 1010001 11000 0 111010 11000101 1000100 11001

Color Harmonies of #14516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14516A

Black with #14516A

Text Example


Text Example

White with #14516A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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