Html Css Color HEX #157085 Allports

📋 copy color: '#157085'

red 21 ◦ green 112 ◦ blue 133

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

Shades of Allports #157085

Tints of Allports #157085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.11%

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

R = 7.89%
G = 42.11%
B = 50%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#157085 (or 0x157085) is known color: Allports. HEX triplet: 15, 70 and 85. RGB value is (21,112,133). Sum of RGB (Red+Green+Blue) = 21+112+133=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #157085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157085 is #EA8F7A. Grayscale: #575757. Windows color (decimal): -15372155 or 8744981. OLE color: 8744981.

HSL color Cylindrical-coordinate representation of color #157085: hue angle of 191.25º 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 #157085 is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 112 133 -
CMYK 0.84 0.16 0 0.48
HSL 191.25º 0.73% 0.3% -
HSV(B) 191.25º 0.84% 0.52% -
XYZ 10.34 13.44 24.24 -
YUV 87.19 153.85 80.79 -
System Red Green Blue C M Y K H S L
Decimal 21 112 133 0.84 0.16 0 0.48 191.25 0.73 0.3
Hex 15 70 85 54 10 0 30 BF 49 1E
Octal 25 160 205 124 20 0 60 277 111 36
Binary 10101 1110000 10000101 1010100 10000 0 110000 10111111 1001001 11110

Color Harmonies of #157085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157085

Black with #157085

Text Example


Text Example

White with #157085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157085; }

 p { color: rgb(21,112,133); }

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

background-color css

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

 a { background-color: rgb(21,112,133); }

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

border-color css

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

 span { border-color: rgb(21,112,133); }

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