#138298

Color #138298 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #138298

Tints of Eastern Blue #138298

Color information

#138298 (or 0x138298) is unknown color: approx Eastern Blue. HEX triplet: 13, 82 and 98. RGB value is (19,130,152). Sum of RGB (Red+Green+Blue) = 19+130+152=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #138298 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138298 is #EC7D67. Grayscale: #636363. Windows color (decimal): -15498600 or 9994771. OLE color: 9994771.

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

Color convert

RGB19130152-
CMYK0.870.1400.40
HSL189.92º77.78%33.53%-
HSV(B)189.92º87.5%59.61%-
XYZ13.9218.3732.52-
YUV99.32157.7370.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.31%
GREEN value IS 130 (51.17% from 255) = 43.19%
BLUE value IS 152 (59.77% from 255) = 50.50%
R=6.31%
G=43.19%
B=50.50%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal191301520.870.1400.40189.9277.7833.53
Hex13829857E028be4e22
Octal232022301271605027611642
Binary100111000001010011000101011111100101000101111101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138298; }

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

 H1.HeaderClassName
 {
   color: #138298;
 }
 .AnyTagClassName
 {
   color: #138298;
 }
</style>
background-color css

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

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

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

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

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

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