#137894

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

Shades of Eastern Blue #137894

Tints of Eastern Blue #137894

Color information

#137894 (or 0x137894) is unknown color: approx Eastern Blue. HEX triplet: 13, 78 and 94. RGB value is (19,120,148). Sum of RGB (Red+Green+Blue) = 19+120+148=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #137894 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137894 is #EC876B. Grayscale: #5C5C5C. Windows color (decimal): -15501164 or 9730067. OLE color: 9730067.

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

Color convert

RGB19120148-
CMYK0.870.1900.42
HSL193.02º77.25%32.75%-
HSV(B)193.02º87.16%58.04%-
XYZ12.3315.7130.4-
YUV92.99159.0475.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.62%
GREEN value IS 120 (47.27% from 255) = 41.81%
BLUE value IS 148 (58.20% from 255) = 51.57%
R=6.62%
G=41.81%
B=51.57%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal191201480.870.1900.42193.0277.2532.75
Hex137894571302Ac14d21
Octal231702241272305230111541
Binary100111111000100101001010111100110101010110000011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137894; }

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

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

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

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

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

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

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

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