Html Css Color HEX #14536B Orient

📋 copy color: '#14536B'

red 20 ◦ green 83 ◦ blue 107

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

Shades of Orient #14536B

Tints of Orient #14536B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 50.95%

R = 9.52%
G = 39.52%
B = 50.95%

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

#14536B (or 0x14536B) is known color: Orient. HEX triplet: 14, 53 and 6B. RGB value is (20,83,107). Sum of RGB (Red+Green+Blue) = 20+83+107=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 107 (42.19% from 255 or 50.95% from 210); Max value from RGB is 107 - color contains mainly: blue. Hex color #14536B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14536B is #EBAC94. Grayscale: #424242. Windows color (decimal): -15445141 or 7033620. OLE color: 7033620.

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

Color convert

RGB 20 83 107 -
CMYK 0.81 0.22 0 0.58
HSL 196.55º 0.69% 0.25% -
HSV(B) 196.55º 0.81% 0.42% -
XYZ 6.04 7.4 15.02 -
YUV 66.9 150.63 94.55 -
System Red Green Blue C M Y K H S L
Decimal 20 83 107 0.81 0.22 0 0.58 196.55 0.69 0.25
Hex 14 53 6B 51 16 0 3A C5 45 19
Octal 24 123 153 121 26 0 72 305 105 31
Binary 10100 1010011 1101011 1010001 10110 0 111010 11000101 1000101 11001

Color Harmonies of #14536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14536B

Black with #14536B

Text Example


Text Example

White with #14536B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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