#157078

Color #157078 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #157078

Tints of Allports #157078

Color information

#157078 (or 0x157078) is unknown color: approx Allports. HEX triplet: 15, 70 and 78. RGB value is (21,112,120). Sum of RGB (Red+Green+Blue) = 21+112+120=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 120 - color contains mainly: blue. Hex color #157078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157078 is #EA8F87. Grayscale: #555555. Windows color (decimal): -15372168 or 7893013. OLE color: 7893013.

HSL color Cylindrical-coordinate representation of color #157078: hue angle of 184.85º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157078 is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB21112120-
CMYK0.830.0700.53
HSL184.85º70.21%27.65%-
HSV(B)184.85º82.5%47.06%-
XYZ9.4913.119.8-
YUV85.7147.3581.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.30%
GREEN value IS 112 (44.14% from 255) = 44.27%
BLUE value IS 120 (47.27% from 255) = 47.43%
R=8.30%
G=44.27%
B=47.43%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal211121200.830.0700.53184.8570.2127.65
Hex157078537035b9461c
Octal25160170123706527110634
Binary10101111000011110001010011111011010110111001100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157078; }

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

 H1.HeaderClassName
 {
   color: #157078;
 }
 .AnyTagClassName
 {
   color: #157078;
 }
</style>
background-color css

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

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

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

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

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

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