Html Css Color HEX #157584 Allports

📋 copy color: '#157584'

red 21 ◦ green 117 ◦ blue 132

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

Shades of Allports #157584

Tints of Allports #157584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 48.89%

R = 7.78%
G = 43.33%
B = 48.89%

CMYK

 C value IS 0.84

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#157584 (or 0x157584) is known color: Allports. HEX triplet: 15, 75 and 84. RGB value is (21,117,132). Sum of RGB (Red+Green+Blue) = 21+117+132=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #157584 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157584 is #EA8A7B. Grayscale: #595959. Windows color (decimal): -15370876 or 8680725. OLE color: 8680725.

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

Color convert

RGB 21 117 132 -
CMYK 0.84 0.11 0 0.48
HSL 188.11º 0.73% 0.3% -
HSV(B) 188.11º 0.84% 0.52% -
XYZ 10.84 14.55 24.07 -
YUV 90.01 151.7 78.78 -
System Red Green Blue C M Y K H S L
Decimal 21 117 132 0.84 0.11 0 0.48 188.11 0.73 0.3
Hex 15 75 84 54 B 0 30 BC 49 1E
Octal 25 165 204 124 13 0 60 274 111 36
Binary 10101 1110101 10000100 1010100 1011 0 110000 10111100 1001001 11110

Color Harmonies of #157584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157584

Black with #157584

Text Example


Text Example

White with #157584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157584; }

 p { color: rgb(21,117,132); }

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

background-color css

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

 a { background-color: rgb(21,117,132); }

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

border-color css

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

 span { border-color: rgb(21,117,132); }

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