Html Css Color HEX #187C95 Eastern Blue

📋 copy color: '#187C95'

red 24 ◦ green 124 ◦ blue 149

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

Shades of Eastern Blue #187C95

Tints of Eastern Blue #187C95

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 value IS 0.84

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#187C95 (or 0x187C95) is known color: 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

RGB 24 124 149 -
CMYK 0.84 0.17 0 0.42
HSL 192º 0.72% 0.34% -
HSV(B) 192º 0.84% 0.58% -
XYZ 13.01 16.78 30.99 -
YUV 96.95 157.37 75.97 -
System Red Green Blue C M Y K H S L
Decimal 24 124 149 0.84 0.17 0 0.42 192 0.72 0.34
Hex 18 7C 95 54 11 0 2A C0 48 22
Octal 30 174 225 124 21 0 52 300 110 42
Binary 11000 1111100 10010101 1010100 10001 0 101010 11000000 1001000 100010

Color Harmonies of #187C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187C95

Black with #187C95

Text Example


Text Example

White with #187C95

Text Example


Text Example

HTML Codes & Css Web 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>