Html Css Color HEX #137994 Eastern Blue

📋 copy color: '#137994'

red 19 ◦ green 121 ◦ blue 148

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

Shades of Eastern Blue #137994

Tints of Eastern Blue #137994

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.01%

 BLUE value IS 148 (58.2% from 255) = 51.39%

R = 6.6%
G = 42.01%
B = 51.39%

CMYK

 C value IS 0.87

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#137994 (or 0x137994) is known color: Eastern Blue. HEX triplet: 13, 79 and 94. RGB value is (19,121,148). Sum of RGB (Red+Green+Blue) = 19+121+148=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 121 (47.66% from 255 or 42.01% from 288); Blue value is 148 (58.20% from 255 or 51.39% from 288); Max value from RGB is 148 - color contains mainly: blue. Hex color #137994 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137994 is #EC866B. Grayscale: #5D5D5D. Windows color (decimal): -15500908 or 9730323. OLE color: 9730323.

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

Color convert

RGB 19 121 148 -
CMYK 0.87 0.18 0 0.42
HSL 192.56º 0.77% 0.33% -
HSV(B) 192.56º 0.87% 0.58% -
XYZ 12.45 15.95 30.44 -
YUV 93.58 158.71 74.8 -
System Red Green Blue C M Y K H S L
Decimal 19 121 148 0.87 0.18 0 0.42 192.56 0.77 0.33
Hex 13 79 94 57 12 0 2A C1 4D 21
Octal 23 171 224 127 22 0 52 301 115 41
Binary 10011 1111001 10010100 1010111 10010 0 101010 11000001 1001101 100001

Color Harmonies of #137994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137994

Black with #137994

Text Example


Text Example

White with #137994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137994; }

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

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

background-color css

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

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

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

border-color css

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

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

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