Html Css Color HEX #138894 Eastern Blue

📋 copy color: '#138894'

red 19 ◦ green 136 ◦ blue 148

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

Shades of Eastern Blue #138894

Tints of Eastern Blue #138894

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.88%

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

R = 6.27%
G = 44.88%
B = 48.84%

CMYK

 C value IS 0.87

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#138894 (or 0x138894) is known color: Eastern Blue. HEX triplet: 13, 88 and 94. RGB value is (19,136,148). Sum of RGB (Red+Green+Blue) = 19+136+148=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #138894 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138894 is #EC776B. Grayscale: #666666. Windows color (decimal): -15497068 or 9734163. OLE color: 9734163.

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

Color convert

RGB 19 136 148 -
CMYK 0.87 0.08 0 0.42
HSL 185.58º 0.77% 0.33% -
HSV(B) 185.58º 0.87% 0.58% -
XYZ 14.42 19.88 31.1 -
YUV 102.39 153.74 68.52 -
System Red Green Blue C M Y K H S L
Decimal 19 136 148 0.87 0.08 0 0.42 185.58 0.77 0.33
Hex 13 88 94 57 8 0 2A BA 4D 21
Octal 23 210 224 127 10 0 52 272 115 41
Binary 10011 10001000 10010100 1010111 1000 0 101010 10111010 1001101 100001

Color Harmonies of #138894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138894

Black with #138894

Text Example


Text Example

White with #138894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138894; }

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

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

background-color css

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

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

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

border-color css

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

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

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