Html Css Color HEX #14757F Allports

📋 copy color: '#14757F'

red 20 ◦ green 117 ◦ blue 127

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

Shades of Allports #14757F

Tints of Allports #14757F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.32%

 BLUE value IS 127 (50% from 255) = 48.11%

R = 7.58%
G = 44.32%
B = 48.11%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#14757F (or 0x14757F) is known color: Allports. HEX triplet: 14, 75 and 7F. RGB value is (20,117,127). Sum of RGB (Red+Green+Blue) = 20+117+127=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #14757F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14757F is #EB8A80. Grayscale: #595959. Windows color (decimal): -15436417 or 8353044. OLE color: 8353044.

HSL color Cylindrical-coordinate representation of color #14757F: hue angle of 185.61º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14757F is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 117 127 -
CMYK 0.84 0.08 0 0.50
HSL 185.61º 0.73% 0.29% -
HSV(B) 185.61º 0.84% 0.5% -
XYZ 10.48 14.4 22.31 -
YUV 89.14 149.36 78.69 -
System Red Green Blue C M Y K H S L
Decimal 20 117 127 0.84 0.08 0 0.50 185.61 0.73 0.29
Hex 14 75 7F 54 8 0 32 BA 49 1D
Octal 24 165 177 124 10 0 62 272 111 35
Binary 10100 1110101 1111111 1010100 1000 0 110010 10111010 1001001 11101

Color Harmonies of #14757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14757F

Black with #14757F

Text Example


Text Example

White with #14757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14757F; }

 p { color: rgb(20,117,127); }

 H1.HeaderClassName
 {
   color: #14757F;
 }
 .AnyTagClassName
 {
   color: #14757F;
 }
</style>

background-color css

<style>
 a { background-color: #14757F; }

 a { background-color: rgb(20,117,127); }

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

border-color css

<style>
 span { border-color: #14757F; }

 span { border-color: rgb(20,117,127); }

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