Html Css Color HEX #14536A Orient

📋 copy color: '#14536A'

red 20 ◦ green 83 ◦ blue 106

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

Shades of Orient #14536A

Tints of Orient #14536A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.71%

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

R = 9.57%
G = 39.71%
B = 50.72%

CMYK

 C value IS 0.81

 M value IS 0.22

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14536A (or 0x14536A) is known color: Orient. HEX triplet: 14, 53 and 6A. RGB value is (20,83,106). Sum of RGB (Red+Green+Blue) = 20+83+106=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 106 (41.80% from 255 or 50.72% from 209); Max value from RGB is 106 - color contains mainly: blue. Hex color #14536A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14536A is #EBAC95. Grayscale: #424242. Windows color (decimal): -15445142 or 6968084. OLE color: 6968084.

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

Color convert

RGB 20 83 106 -
CMYK 0.81 0.22 0 0.58
HSL 196.05º 0.68% 0.25% -
HSV(B) 196.05º 0.81% 0.42% -
XYZ 5.98 7.38 14.74 -
YUV 66.79 150.13 94.63 -
System Red Green Blue C M Y K H S L
Decimal 20 83 106 0.81 0.22 0 0.58 196.05 0.68 0.25
Hex 14 53 6A 51 16 0 3A C4 44 19
Octal 24 123 152 121 26 0 72 304 104 31
Binary 10100 1010011 1101010 1010001 10110 0 111010 11000100 1000100 11001

Color Harmonies of #14536A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14536A

Black with #14536A

Text Example


Text Example

White with #14536A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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