Html Css Color HEX #14768C Allports

📋 copy color: '#14768C'

red 20 ◦ green 118 ◦ blue 140

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

Shades of Allports #14768C

Tints of Allports #14768C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 50.36%

R = 7.19%
G = 42.45%
B = 50.36%

CMYK

 C value IS 0.86

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14768C (or 0x14768C) is known color: Allports. HEX triplet: 14, 76 and 8C. RGB value is (20,118,140). Sum of RGB (Red+Green+Blue) = 20+118+140=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #14768C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14768C is #EB8973. Grayscale: #5B5B5B. Windows color (decimal): -15436148 or 9205268. OLE color: 9205268.

HSL color Cylindrical-coordinate representation of color #14768C: hue angle of 191º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14768C is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 118 140 -
CMYK 0.86 0.16 0 0.45
HSL 191º 0.75% 0.31% -
HSV(B) 191º 0.86% 0.55% -
XYZ 11.5 15 27.1 -
YUV 91.21 155.53 77.21 -
System Red Green Blue C M Y K H S L
Decimal 20 118 140 0.86 0.16 0 0.45 191 0.75 0.31
Hex 14 76 8C 56 10 0 2D BF 4B 1F
Octal 24 166 214 126 20 0 55 277 113 37
Binary 10100 1110110 10001100 1010110 10000 0 101101 10111111 1001011 11111

Color Harmonies of #14768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14768C

Black with #14768C

Text Example


Text Example

White with #14768C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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