Html Css Color HEX #147485 Allports

📋 copy color: '#147485'

red 20 ◦ green 116 ◦ blue 133

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

Shades of Allports #147485

Tints of Allports #147485

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.12%

 BLUE value IS 133 (52.34% from 255) = 49.44%

R = 7.43%
G = 43.12%
B = 49.44%

CMYK

 C value IS 0.85

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#147485 (or 0x147485) is known color: Allports. HEX triplet: 14, 74 and 85. RGB value is (20,116,133). Sum of RGB (Red+Green+Blue) = 20+116+133=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #147485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147485 is #EB8B7A. Grayscale: #595959. Windows color (decimal): -15436667 or 8746004. OLE color: 8746004.

HSL color Cylindrical-coordinate representation of color #147485: hue angle of 189.03º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #147485 is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 116 133 -
CMYK 0.85 0.13 0 0.48
HSL 189.03º 0.74% 0.3% -
HSV(B) 189.03º 0.85% 0.52% -
XYZ 10.77 14.33 24.39 -
YUV 89.23 152.7 78.62 -
System Red Green Blue C M Y K H S L
Decimal 20 116 133 0.85 0.13 0 0.48 189.03 0.74 0.3
Hex 14 74 85 55 D 0 30 BD 4A 1E
Octal 24 164 205 125 15 0 60 275 112 36
Binary 10100 1110100 10000101 1010101 1101 0 110000 10111101 1001010 11110

Color Harmonies of #147485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147485

Black with #147485

Text Example


Text Example

White with #147485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147485; }

 p { color: rgb(20,116,133); }

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

background-color css

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

 a { background-color: rgb(20,116,133); }

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

border-color css

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

 span { border-color: rgb(20,116,133); }

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