Html Css Color HEX #14597C Orient

📋 copy color: '#14597C'

red 20 ◦ green 89 ◦ blue 124

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

Shades of Orient #14597C

Tints of Orient #14597C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.2%

 BLUE value IS 124 (48.83% from 255) = 53.22%

R = 8.58%
G = 38.2%
B = 53.22%

CMYK

 C value IS 0.84

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14597C (or 0x14597C) is known color: Orient. HEX triplet: 14, 59 and 7C. RGB value is (20,89,124). Sum of RGB (Red+Green+Blue) = 20+89+124=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #14597C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14597C is #EBA683. Grayscale: #484848. Windows color (decimal): -15443588 or 8149268. OLE color: 8149268.

HSL color Cylindrical-coordinate representation of color #14597C: hue angle of 200.19º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14597C is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 89 124 -
CMYK 0.84 0.28 0 0.51
HSL 200.19º 0.72% 0.28% -
HSV(B) 200.19º 0.84% 0.49% -
XYZ 7.5 8.75 20.36 -
YUV 72.36 157.14 90.65 -
System Red Green Blue C M Y K H S L
Decimal 20 89 124 0.84 0.28 0 0.51 200.19 0.72 0.28
Hex 14 59 7C 54 1C 0 33 C8 48 1C
Octal 24 131 174 124 34 0 63 310 110 34
Binary 10100 1011001 1111100 1010100 11100 0 110011 11001000 1001000 11100

Color Harmonies of #14597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14597C

Black with #14597C

Text Example


Text Example

White with #14597C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,89,124); }

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

background-color css

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

 a { background-color: rgb(20,89,124); }

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

border-color css

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

 span { border-color: rgb(20,89,124); }

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