Html Css Color HEX #14536C Orient

📋 copy color: '#14536C'

red 20 ◦ green 83 ◦ blue 108

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

Shades of Orient #14536C

Tints of Orient #14536C

RGB

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

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

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

R = 9.48%
G = 39.34%
B = 51.18%

CMYK

 C value IS 0.81

 M value IS 0.23

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14536C (or 0x14536C) is known color: Orient. HEX triplet: 14, 53 and 6C. RGB value is (20,83,108). Sum of RGB (Red+Green+Blue) = 20+83+108=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #14536C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14536C is #EBAC93. Grayscale: #424242. Windows color (decimal): -15445140 or 7099156. OLE color: 7099156.

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

Color convert

RGB 20 83 108 -
CMYK 0.81 0.23 0 0.58
HSL 197.05º 0.69% 0.25% -
HSV(B) 197.05º 0.81% 0.42% -
XYZ 6.09 7.42 15.3 -
YUV 67.01 151.13 94.47 -
System Red Green Blue C M Y K H S L
Decimal 20 83 108 0.81 0.23 0 0.58 197.05 0.69 0.25
Hex 14 53 6C 51 17 0 3A C5 45 19
Octal 24 123 154 121 27 0 72 305 105 31
Binary 10100 1010011 1101100 1010001 10111 0 111010 11000101 1000101 11001

Color Harmonies of #14536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14536C

Black with #14536C

Text Example


Text Example

White with #14536C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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