Html Css Color HEX #147888 Allports

📋 copy color: '#147888'

red 20 ◦ green 120 ◦ blue 136

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

Shades of Allports #147888

Tints of Allports #147888

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.48%

 BLUE value IS 136 (53.52% from 255) = 49.28%

R = 7.25%
G = 43.48%
B = 49.28%

CMYK

 C value IS 0.85

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#147888 (or 0x147888) is known color: Allports. HEX triplet: 14, 78 and 88. RGB value is (20,120,136). Sum of RGB (Red+Green+Blue) = 20+120+136=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 136 (53.52% from 255 or 49.28% from 276); Max value from RGB is 136 - color contains mainly: blue. Hex color #147888 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147888 is #EB8777. Grayscale: #5B5B5B. Windows color (decimal): -15435640 or 8943636. OLE color: 8943636.

HSL color Cylindrical-coordinate representation of color #147888: hue angle of 188.28º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #147888 is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 120 136 -
CMYK 0.85 0.12 0 0.47
HSL 188.28º 0.74% 0.31% -
HSV(B) 188.28º 0.85% 0.53% -
XYZ 11.45 15.36 25.65 -
YUV 91.92 152.87 76.7 -
System Red Green Blue C M Y K H S L
Decimal 20 120 136 0.85 0.12 0 0.47 188.28 0.74 0.31
Hex 14 78 88 55 C 0 2F BC 4A 1F
Octal 24 170 210 125 14 0 57 274 112 37
Binary 10100 1111000 10001000 1010101 1100 0 101111 10111100 1001010 11111

Color Harmonies of #147888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147888

Black with #147888

Text Example


Text Example

White with #147888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147888; }

 p { color: rgb(20,120,136); }

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

background-color css

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

 a { background-color: rgb(20,120,136); }

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

border-color css

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

 span { border-color: rgb(20,120,136); }

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