Html Css Color HEX #14767C Allports

📋 copy color: '#14767C'

red 20 ◦ green 118 ◦ blue 124

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

Shades of Allports #14767C

Tints of Allports #14767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.04%

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

R = 7.63%
G = 45.04%
B = 47.33%

CMYK

 C value IS 0.84

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14767C (or 0x14767C) is known color: Allports. HEX triplet: 14, 76 and 7C. RGB value is (20,118,124). Sum of RGB (Red+Green+Blue) = 20+118+124=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 124 - color contains mainly: blue. Hex color #14767C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14767C is #EB8983. Grayscale: #595959. Windows color (decimal): -15436164 or 8156692. OLE color: 8156692.

HSL color Cylindrical-coordinate representation of color #14767C: hue angle of 183.46º 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 #14767C is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 118 124 -
CMYK 0.84 0.05 0 0.51
HSL 183.46º 0.72% 0.28% -
HSV(B) 183.46º 0.84% 0.49% -
XYZ 10.41 14.56 21.33 -
YUV 89.38 147.53 78.51 -
System Red Green Blue C M Y K H S L
Decimal 20 118 124 0.84 0.05 0 0.51 183.46 0.72 0.28
Hex 14 76 7C 54 5 0 33 B7 48 1C
Octal 24 166 174 124 5 0 63 267 110 34
Binary 10100 1110110 1111100 1010100 101 0 110011 10110111 1001000 11100

Color Harmonies of #14767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14767C

Black with #14767C

Text Example


Text Example

White with #14767C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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