Html Css Color HEX #137993 Eastern Blue

📋 copy color: '#137993'

red 19 ◦ green 121 ◦ blue 147

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

Shades of Eastern Blue #137993

Tints of Eastern Blue #137993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 51.22%

R = 6.62%
G = 42.16%
B = 51.22%

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

#137993 (or 0x137993) is known color: Eastern Blue. HEX triplet: 13, 79 and 93. RGB value is (19,121,147). Sum of RGB (Red+Green+Blue) = 19+121+147=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 147 (57.81% from 255 or 51.22% from 287); Max value from RGB is 147 - color contains mainly: blue. Hex color #137993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137993 is #EC866C. Grayscale: #5D5D5D. Windows color (decimal): -15500909 or 9664787. OLE color: 9664787.

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

Color convert

RGB 19 121 147 -
CMYK 0.87 0.18 0 0.42
HSL 192.19º 0.77% 0.33% -
HSV(B) 192.19º 0.87% 0.58% -
XYZ 12.37 15.92 30.02 -
YUV 93.47 158.21 74.89 -
System Red Green Blue C M Y K H S L
Decimal 19 121 147 0.87 0.18 0 0.42 192.19 0.77 0.33
Hex 13 79 93 57 12 0 2A C0 4D 21
Octal 23 171 223 127 22 0 52 300 115 41
Binary 10011 1111001 10010011 1010111 10010 0 101010 11000000 1001101 100001

Color Harmonies of #137993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137993

Black with #137993

Text Example


Text Example

White with #137993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137993; }

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

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

background-color css

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

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

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

border-color css

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

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

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