#187A95

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

Shades of Eastern Blue #187A95

Tints of Eastern Blue #187A95

Color information

#187A95 (or 0x187A95) is unknown color: approx Eastern Blue. HEX triplet: 18, 7A and 95. RGB value is (24,122,149). Sum of RGB (Red+Green+Blue) = 24+122+149=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #187A95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187A95 is #E7856A. Grayscale: #5F5F5F. Windows color (decimal): -15172971 or 9796120. OLE color: 9796120.

HSL color Cylindrical-coordinate representation of color #187A95: hue angle of 192.96º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #187A95 is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB24122149-
CMYK0.840.1800.42
HSL192.96º72.25%33.92%-
HSV(B)192.96º83.89%58.43%-
XYZ12.7616.2830.9-
YUV95.78158.0376.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.14%
GREEN value IS 122 (48.05% from 255) = 41.36%
BLUE value IS 149 (58.59% from 255) = 50.51%
R=8.14%
G=41.36%
B=50.51%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal241221490.840.1800.42192.9672.2533.92
Hex187A95541202Ac14822
Octal301722251242205230111042
Binary110001111010100101011010100100100101010110000011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187A95; }

 p { color: rgb(24,122,149); }

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

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

 a { background-color: rgb(24,122,149); }

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

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

 span { border-color: rgb(24,122,149); }

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