#18839A

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

Shades of Eastern Blue #18839A

Tints of Eastern Blue #18839A

Color information

#18839A (or 0x18839A) is unknown color: approx Eastern Blue. HEX triplet: 18, 83 and 9A. RGB value is (24,131,154). Sum of RGB (Red+Green+Blue) = 24+131+154=309 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.77% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 154 (60.55% from 255 or 49.84% from 309); Max value from RGB is 154 - color contains mainly: blue. Hex color #18839A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18839A is #E77C65. Grayscale: #656565. Windows color (decimal): -15170662 or 10126104. OLE color: 10126104.

HSL color Cylindrical-coordinate representation of color #18839A: hue angle of 190.62º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18839A is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB24131154-
CMYK0.840.1500.40
HSL190.62º73.03%34.9%-
HSV(B)190.62º84.42%60.39%-
XYZ14.3318.7633.44-
YUV101.63157.5572.63-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.77%
GREEN value IS 131 (51.56% from 255) = 42.39%
BLUE value IS 154 (60.55% from 255) = 49.84%
R=7.77%
G=42.39%
B=49.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal241311540.840.1500.40190.6273.0334.9
Hex18839A54F028bf4923
Octal302032321241705027711143
Binary110001000001110011010101010011110101000101111111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18839A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18839A; }

 p { color: rgb(24,131,154); }

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

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

 a { background-color: rgb(24,131,154); }

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

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

 span { border-color: rgb(24,131,154); }

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