Html Css Color HEX #157495 Allports

📋 copy color: '#157495'

red 21 ◦ green 116 ◦ blue 149

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

Shades of Allports #157495

Tints of Allports #157495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.1%

R = 7.34%
G = 40.56%
B = 52.1%

CMYK

 C value IS 0.86

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#157495 (or 0x157495) is known color: Allports. HEX triplet: 15, 74 and 95. RGB value is (21,116,149). Sum of RGB (Red+Green+Blue) = 21+116+149=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #157495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157495 is #EA8B6A. Grayscale: #5B5B5B. Windows color (decimal): -15371115 or 9794581. OLE color: 9794581.

HSL color Cylindrical-coordinate representation of color #157495: hue angle of 195.47º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #157495 is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 116 149 -
CMYK 0.86 0.22 0 0.42
HSL 195.47º 0.75% 0.33% -
HSV(B) 195.47º 0.86% 0.58% -
XYZ 11.98 14.82 30.66 -
YUV 91.36 160.53 77.82 -
System Red Green Blue C M Y K H S L
Decimal 21 116 149 0.86 0.22 0 0.42 195.47 0.75 0.33
Hex 15 74 95 56 16 0 2A C3 4B 21
Octal 25 164 225 126 26 0 52 303 113 41
Binary 10101 1110100 10010101 1010110 10110 0 101010 11000011 1001011 100001

Color Harmonies of #157495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157495

Black with #157495

Text Example


Text Example

White with #157495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157495; }

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

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

background-color css

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

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

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

border-color css

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

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

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