Html Css Color HEX #157485 Allports

📋 copy color: '#157485'

red 21 ◦ green 116 ◦ blue 133

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

Shades of Allports #157485

Tints of Allports #157485

RGB

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

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

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

R = 7.78%
G = 42.96%
B = 49.26%

CMYK

 C value IS 0.84

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#157485 (or 0x157485) is known color: Allports. HEX triplet: 15, 74 and 85. RGB value is (21,116,133). Sum of RGB (Red+Green+Blue) = 21+116+133=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #157485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157485 is #EA8B7A. Grayscale: #595959. Windows color (decimal): -15371131 or 8746005. OLE color: 8746005.

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

Color convert

RGB 21 116 133 -
CMYK 0.84 0.13 0 0.48
HSL 189.11º 0.73% 0.3% -
HSV(B) 189.11º 0.84% 0.52% -
XYZ 10.79 14.34 24.39 -
YUV 89.53 152.53 79.12 -
System Red Green Blue C M Y K H S L
Decimal 21 116 133 0.84 0.13 0 0.48 189.11 0.73 0.3
Hex 15 74 85 54 D 0 30 BD 49 1E
Octal 25 164 205 124 15 0 60 275 111 36
Binary 10101 1110100 10000101 1010100 1101 0 110000 10111101 1001001 11110

Color Harmonies of #157485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157485

Black with #157485

Text Example


Text Example

White with #157485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157485; }

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

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

background-color css

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

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

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

border-color css

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

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

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