#187C95

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

Shades of Eastern Blue #187C95

Tints of Eastern Blue #187C95

Color information

#187C95 (or 0x187C95) is unknown color: approx Eastern Blue. HEX triplet: 18, 7C and 95. RGB value is (24,124,149). Sum of RGB (Red+Green+Blue) = 24+124+149=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #187C95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187C95 is #E7836A. Grayscale: #606060. Windows color (decimal): -15172459 or 9796632. OLE color: 9796632.

HSL color Cylindrical-coordinate representation of color #187C95: hue angle of 192º 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 #187C95 is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB24124149-
CMYK0.840.1700.42
HSL192º72.25%33.92%-
HSV(B)192º83.89%58.43%-
XYZ13.0116.7830.99-
YUV96.95157.3775.97-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.08%
GREEN value IS 124 (48.83% from 255) = 41.75%
BLUE value IS 149 (58.59% from 255) = 50.17%
R=8.08%
G=41.75%
B=50.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal241241490.840.1700.4219272.2533.92
Hex187C95541102Ac04822
Octal301742251242105230011042
Binary110001111100100101011010100100010101010110000001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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