Html Css Color HEX #138192 Eastern Blue

📋 copy color: '#138192'

red 19 ◦ green 129 ◦ blue 146

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

Shades of Eastern Blue #138192

Tints of Eastern Blue #138192

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.88%

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

R = 6.46%
G = 43.88%
B = 49.66%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#138192 (or 0x138192) is known color: Eastern Blue. HEX triplet: 13, 81 and 92. RGB value is (19,129,146). Sum of RGB (Red+Green+Blue) = 19+129+146=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #138192 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138192 is #EC7E6D. Grayscale: #616161. Windows color (decimal): -15498862 or 9601299. OLE color: 9601299.

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

Color convert

RGB 19 129 146 -
CMYK 0.87 0.12 0 0.43
HSL 188.03º 0.77% 0.32% -
HSV(B) 188.03º 0.87% 0.57% -
XYZ 13.31 17.91 29.95 -
YUV 98.05 155.06 71.62 -
System Red Green Blue C M Y K H S L
Decimal 19 129 146 0.87 0.12 0 0.43 188.03 0.77 0.32
Hex 13 81 92 57 C 0 2B BC 4D 20
Octal 23 201 222 127 14 0 53 274 115 40
Binary 10011 10000001 10010010 1010111 1100 0 101011 10111100 1001101 100000

Color Harmonies of #138192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138192

Black with #138192

Text Example


Text Example

White with #138192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138192; }

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

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

background-color css

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

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

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

border-color css

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

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

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