Html Css Color HEX #157083 Allports

📋 copy color: '#157083'

red 21 ◦ green 112 ◦ blue 131

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

Shades of Allports #157083

Tints of Allports #157083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 49.62%

R = 7.95%
G = 42.42%
B = 49.62%

CMYK

 C value IS 0.84

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#157083 (or 0x157083) is known color: Allports. HEX triplet: 15, 70 and 83. RGB value is (21,112,131). Sum of RGB (Red+Green+Blue) = 21+112+131=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 131 (51.56% from 255 or 49.62% from 264); Max value from RGB is 131 - color contains mainly: blue. Hex color #157083 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157083 is #EA8F7C. Grayscale: #565656. Windows color (decimal): -15372157 or 8613909. OLE color: 8613909.

HSL color Cylindrical-coordinate representation of color #157083: hue angle of 190.36º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #157083 is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 112 131 -
CMYK 0.84 0.15 0 0.49
HSL 190.36º 0.72% 0.3% -
HSV(B) 190.36º 0.84% 0.51% -
XYZ 10.2 13.39 23.52 -
YUV 86.96 152.85 80.96 -
System Red Green Blue C M Y K H S L
Decimal 21 112 131 0.84 0.15 0 0.49 190.36 0.72 0.3
Hex 15 70 83 54 F 0 31 BE 48 1E
Octal 25 160 203 124 17 0 61 276 110 36
Binary 10101 1110000 10000011 1010100 1111 0 110001 10111110 1001000 11110

Color Harmonies of #157083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157083

Black with #157083

Text Example


Text Example

White with #157083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157083; }

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

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

background-color css

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

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

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

border-color css

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

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

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