Html Css Color HEX #187D95 Eastern Blue

📋 copy color: '#187D95'

red 24 ◦ green 125 ◦ blue 149

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

Shades of Eastern Blue #187D95

Tints of Eastern Blue #187D95

RGB

 RED value IS 24 (9.77% from 255) = 8.05%

 GREEN value IS 125 (49.22% from 255) = 41.95%

 BLUE value IS 149 (58.59% from 255) = 50%

R = 8.05%
G = 41.95%
B = 50%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#187D95 (or 0x187D95) is known color: Eastern Blue. HEX triplet: 18, 7D and 95. RGB value is (24,125,149). Sum of RGB (Red+Green+Blue) = 24+125+149=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 125 (49.22% from 255 or 41.95% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #187D95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187D95 is #E7826A. Grayscale: #616161. Windows color (decimal): -15172203 or 9796888. OLE color: 9796888.

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

Color convert

RGB 24 125 149 -
CMYK 0.84 0.16 0 0.42
HSL 191.52º 0.72% 0.34% -
HSV(B) 191.52º 0.84% 0.58% -
XYZ 13.14 17.03 31.03 -
YUV 97.54 157.04 75.55 -
System Red Green Blue C M Y K H S L
Decimal 24 125 149 0.84 0.16 0 0.42 191.52 0.72 0.34
Hex 18 7D 95 54 10 0 2A C0 48 22
Octal 30 175 225 124 20 0 52 300 110 42
Binary 11000 1111101 10010101 1010100 10000 0 101010 11000000 1001000 100010

Color Harmonies of #187D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187D95

Black with #187D95

Text Example


Text Example

White with #187D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #187D95;
 }
 .AnyTagClassName
 {
   color: #187D95;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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