Html Css Color HEX #138294 Eastern Blue

📋 copy color: '#138294'

red 19 ◦ green 130 ◦ blue 148

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

Shades of Eastern Blue #138294

Tints of Eastern Blue #138294

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.77%

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

R = 6.4%
G = 43.77%
B = 49.83%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#138294 (or 0x138294) is known color: Eastern Blue. HEX triplet: 13, 82 and 94. RGB value is (19,130,148). Sum of RGB (Red+Green+Blue) = 19+130+148=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 148 (58.20% from 255 or 49.83% from 297); Max value from RGB is 148 - color contains mainly: blue. Hex color #138294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138294 is #EC7D6B. Grayscale: #626262. Windows color (decimal): -15498604 or 9732627. OLE color: 9732627.

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

Color convert

RGB 19 130 148 -
CMYK 0.87 0.12 0 0.42
HSL 188.37º 0.77% 0.33% -
HSV(B) 188.37º 0.87% 0.58% -
XYZ 13.6 18.24 30.82 -
YUV 98.86 155.73 71.04 -
System Red Green Blue C M Y K H S L
Decimal 19 130 148 0.87 0.12 0 0.42 188.37 0.77 0.33
Hex 13 82 94 57 C 0 2A BC 4D 21
Octal 23 202 224 127 14 0 52 274 115 41
Binary 10011 10000010 10010100 1010111 1100 0 101010 10111100 1001101 100001

Color Harmonies of #138294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138294

Black with #138294

Text Example


Text Example

White with #138294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138294; }

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

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

background-color css

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

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

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

border-color css

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

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

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