Html Css Color HEX #138A98 Eastern Blue

📋 copy color: '#138A98'

red 19 ◦ green 138 ◦ blue 152

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

Shades of Eastern Blue #138A98

Tints of Eastern Blue #138A98

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.66%

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

R = 6.15%
G = 44.66%
B = 49.19%

CMYK

 C value IS 0.87

 M value IS 0.09

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#138A98 (or 0x138A98) is known color: Eastern Blue. HEX triplet: 13, 8A and 98. RGB value is (19,138,152). Sum of RGB (Red+Green+Blue) = 19+138+152=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 138 (54.30% from 255 or 44.66% from 309); Blue value is 152 (59.77% from 255 or 49.19% from 309); Max value from RGB is 152 - color contains mainly: blue. Hex color #138A98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138A98 is #EC7567. Grayscale: #676767. Windows color (decimal): -15496552 or 9996819. OLE color: 9996819.

HSL color Cylindrical-coordinate representation of color #138A98: hue angle of 186.32º 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 #138A98 is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 19 138 152 -
CMYK 0.87 0.09 0 0.40
HSL 186.32º 0.78% 0.34% -
HSV(B) 186.32º 0.88% 0.6% -
XYZ 15.02 20.58 32.89 -
YUV 104.02 155.08 67.36 -
System Red Green Blue C M Y K H S L
Decimal 19 138 152 0.87 0.09 0 0.40 186.32 0.78 0.34
Hex 13 8A 98 57 9 0 28 BA 4E 22
Octal 23 212 230 127 11 0 50 272 116 42
Binary 10011 10001010 10011000 1010111 1001 0 101000 10111010 1001110 100010

Color Harmonies of #138A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138A98

Black with #138A98

Text Example


Text Example

White with #138A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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