Html Css Color HEX #137892 Eastern Blue

📋 copy color: '#137892'

red 19 ◦ green 120 ◦ blue 146

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

Shades of Eastern Blue #137892

Tints of Eastern Blue #137892

RGB

 RED value IS 19 (7.81% from 255) = 6.67%

 GREEN value IS 120 (47.27% from 255) = 42.11%

 BLUE value IS 146 (57.42% from 255) = 51.23%

R = 6.67%
G = 42.11%
B = 51.23%

CMYK

 C value IS 0.87

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#137892 (or 0x137892) is known color: Eastern Blue. HEX triplet: 13, 78 and 92. RGB value is (19,120,146). Sum of RGB (Red+Green+Blue) = 19+120+146=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #137892 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137892 is #EC876D. Grayscale: #5C5C5C. Windows color (decimal): -15501166 or 9598995. OLE color: 9598995.

HSL color Cylindrical-coordinate representation of color #137892: hue angle of 192.28º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #137892 is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 120 146 -
CMYK 0.87 0.18 0 0.43
HSL 192.28º 0.77% 0.32% -
HSV(B) 192.28º 0.87% 0.57% -
XYZ 12.17 15.65 29.57 -
YUV 92.77 158.04 75.39 -
System Red Green Blue C M Y K H S L
Decimal 19 120 146 0.87 0.18 0 0.43 192.28 0.77 0.32
Hex 13 78 92 57 12 0 2B C0 4D 20
Octal 23 170 222 127 22 0 53 300 115 40
Binary 10011 1111000 10010010 1010111 10010 0 101011 11000000 1001101 100000

Color Harmonies of #137892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137892

Black with #137892

Text Example


Text Example

White with #137892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137892; }

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

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

background-color css

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

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

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

border-color css

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

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

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