Html Css Color HEX #14758F Allports

📋 copy color: '#14758F'

red 20 ◦ green 117 ◦ blue 143

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

Shades of Allports #14758F

Tints of Allports #14758F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 51.07%

R = 7.14%
G = 41.79%
B = 51.07%

CMYK

 C value IS 0.86

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#14758F (or 0x14758F) is known color: Allports. HEX triplet: 14, 75 and 8F. RGB value is (20,117,143). Sum of RGB (Red+Green+Blue) = 20+117+143=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 143 (56.25% from 255 or 51.07% from 280); Max value from RGB is 143 - color contains mainly: blue. Hex color #14758F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14758F is #EB8A70. Grayscale: #5A5A5A. Windows color (decimal): -15436401 or 9401620. OLE color: 9401620.

HSL color Cylindrical-coordinate representation of color #14758F: hue angle of 192.68º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14758F is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 117 143 -
CMYK 0.86 0.18 0 0.44
HSL 192.68º 0.75% 0.32% -
HSV(B) 192.68º 0.86% 0.56% -
XYZ 11.61 14.85 28.24 -
YUV 90.96 157.36 77.39 -
System Red Green Blue C M Y K H S L
Decimal 20 117 143 0.86 0.18 0 0.44 192.68 0.75 0.32
Hex 14 75 8F 56 12 0 2C C1 4B 20
Octal 24 165 217 126 22 0 54 301 113 40
Binary 10100 1110101 10001111 1010110 10010 0 101100 11000001 1001011 100000

Color Harmonies of #14758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14758F

Black with #14758F

Text Example


Text Example

White with #14758F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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