Html Css Color HEX #157478 Allports

📋 copy color: '#157478'

red 21 ◦ green 116 ◦ blue 120

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

Shades of Allports #157478

Tints of Allports #157478

RGB

 RED value IS 21 (8.59% from 255) = 8.17%

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

 BLUE value IS 120 (47.27% from 255) = 46.69%

R = 8.17%
G = 45.14%
B = 46.69%

CMYK

 C value IS 0.83

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#157478 (or 0x157478) is known color: Allports. HEX triplet: 15, 74 and 78. RGB value is (21,116,120). Sum of RGB (Red+Green+Blue) = 21+116+120=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #157478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157478 is #EA8B87. Grayscale: #575757. Windows color (decimal): -15371144 or 7894037. OLE color: 7894037.

HSL color Cylindrical-coordinate representation of color #157478: hue angle of 182.42º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157478 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 21 116 120 -
CMYK 0.83 0.03 0 0.53
HSL 182.42º 0.7% 0.28% -
HSV(B) 182.42º 0.83% 0.47% -
XYZ 9.94 14.01 19.95 -
YUV 88.05 146.03 80.17 -
System Red Green Blue C M Y K H S L
Decimal 21 116 120 0.83 0.03 0 0.53 182.42 0.7 0.28
Hex 15 74 78 53 3 0 35 B6 46 1C
Octal 25 164 170 123 3 0 65 266 106 34
Binary 10101 1110100 1111000 1010011 11 0 110101 10110110 1000110 11100

Color Harmonies of #157478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157478

Black with #157478

Text Example


Text Example

White with #157478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157478; }

 p { color: rgb(21,116,120); }

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

background-color css

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

 a { background-color: rgb(21,116,120); }

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

border-color css

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

 span { border-color: rgb(21,116,120); }

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