Html Css Color HEX #138398 Eastern Blue

📋 copy color: '#138398'

red 19 ◦ green 131 ◦ blue 152

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

Shades of Eastern Blue #138398

Tints of Eastern Blue #138398

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.38%

 BLUE value IS 152 (59.77% from 255) = 50.33%

R = 6.29%
G = 43.38%
B = 50.33%

CMYK

 C value IS 0.87

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#138398 (or 0x138398) is known color: Eastern Blue. HEX triplet: 13, 83 and 98. RGB value is (19,131,152). Sum of RGB (Red+Green+Blue) = 19+131+152=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 152 (59.77% from 255 or 50.33% from 302); Max value from RGB is 152 - color contains mainly: blue. Hex color #138398 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138398 is #EC7C67. Grayscale: #636363. Windows color (decimal): -15498344 or 9995027. OLE color: 9995027.

HSL color Cylindrical-coordinate representation of color #138398: hue angle of 189.47º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #138398 is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 19 131 152 -
CMYK 0.87 0.14 0 0.40
HSL 189.47º 0.78% 0.34% -
HSV(B) 189.47º 0.88% 0.6% -
XYZ 14.05 18.64 32.56 -
YUV 99.91 157.39 70.29 -
System Red Green Blue C M Y K H S L
Decimal 19 131 152 0.87 0.14 0 0.40 189.47 0.78 0.34
Hex 13 83 98 57 E 0 28 BD 4E 22
Octal 23 203 230 127 16 0 50 275 116 42
Binary 10011 10000011 10011000 1010111 1110 0 101000 10111101 1001110 100010

Color Harmonies of #138398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138398

Black with #138398

Text Example


Text Example

White with #138398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138398; }

 p { color: rgb(19,131,152); }

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

background-color css

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

 a { background-color: rgb(19,131,152); }

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

border-color css

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

 span { border-color: rgb(19,131,152); }

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