Html Css Color HEX #157093 Allports

📋 copy color: '#157093'

red 21 ◦ green 112 ◦ blue 147

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

Shades of Allports #157093

Tints of Allports #157093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 52.5%

R = 7.5%
G = 40%
B = 52.5%

CMYK

 C value IS 0.86

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#157093 (or 0x157093) is known color: Allports. HEX triplet: 15, 70 and 93. RGB value is (21,112,147). Sum of RGB (Red+Green+Blue) = 21+112+147=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #157093 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157093 is #EA8F6C. Grayscale: #585858. Windows color (decimal): -15372141 or 9662485. OLE color: 9662485.

HSL color Cylindrical-coordinate representation of color #157093: hue angle of 196.67º 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 #157093 is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 112 147 -
CMYK 0.86 0.24 0 0.42
HSL 196.67º 0.75% 0.33% -
HSV(B) 196.67º 0.86% 0.58% -
XYZ 11.37 13.85 29.68 -
YUV 88.78 160.85 79.65 -
System Red Green Blue C M Y K H S L
Decimal 21 112 147 0.86 0.24 0 0.42 196.67 0.75 0.33
Hex 15 70 93 56 18 0 2A C5 4B 21
Octal 25 160 223 126 30 0 52 305 113 41
Binary 10101 1110000 10010011 1010110 11000 0 101010 11000101 1001011 100001

Color Harmonies of #157093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157093

Black with #157093

Text Example


Text Example

White with #157093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157093; }

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

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

background-color css

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

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

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

border-color css

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

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

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