#137078

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

Shades of Allports #137078

Tints of Allports #137078

Color information

#137078 (or 0x137078) is unknown color: approx Allports. HEX triplet: 13, 70 and 78. RGB value is (19,112,120). Sum of RGB (Red+Green+Blue) = 19+112+120=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 120 (47.27% from 255 or 47.81% from 251); Max value from RGB is 120 - color contains mainly: blue. Hex color #137078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137078 is #EC8F87. Grayscale: #545454. Windows color (decimal): -15503240 or 7893011. OLE color: 7893011.

HSL color Cylindrical-coordinate representation of color #137078: hue angle of 184.75º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137078 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB19112120-
CMYK0.840.0700.53
HSL184.75º72.66%27.25%-
HSV(B)184.75º84.17%47.06%-
XYZ9.4513.0819.8-
YUV85.1147.6980.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.57%
GREEN value IS 112 (44.14% from 255) = 44.62%
BLUE value IS 120 (47.27% from 255) = 47.81%
R=7.57%
G=44.62%
B=47.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal191121200.840.0700.53184.7572.6627.25
Hex137078547035b9491b
Octal23160170124706527111133
Binary10011111000011110001010100111011010110111001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137078; }

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

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

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

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

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

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

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

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