Html Css Color HEX #14516D Orient

📋 copy color: '#14516D'

red 20 ◦ green 81 ◦ blue 109

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

Shades of Orient #14516D

Tints of Orient #14516D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 51.9%

R = 9.52%
G = 38.57%
B = 51.9%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#14516D (or 0x14516D) is known color: Orient. HEX triplet: 14, 51 and 6D. RGB value is (20,81,109). Sum of RGB (Red+Green+Blue) = 20+81+109=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #14516D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14516D is #EBAE92. Grayscale: #414141. Windows color (decimal): -15445651 or 7164180. OLE color: 7164180.

HSL color Cylindrical-coordinate representation of color #14516D: hue angle of 198.88º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14516D is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 20 81 109 -
CMYK 0.82 0.26 0 0.57
HSL 198.88º 0.69% 0.25% -
HSV(B) 198.88º 0.82% 0.43% -
XYZ 5.99 7.14 15.53 -
YUV 65.95 152.29 95.22 -
System Red Green Blue C M Y K H S L
Decimal 20 81 109 0.82 0.26 0 0.57 198.88 0.69 0.25
Hex 14 51 6D 52 1A 0 39 C7 45 19
Octal 24 121 155 122 32 0 71 307 105 31
Binary 10100 1010001 1101101 1010010 11010 0 111001 11000111 1000101 11001

Color Harmonies of #14516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14516D

Black with #14516D

Text Example


Text Example

White with #14516D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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