Html Css Color HEX #187B94 Eastern Blue

📋 copy color: '#187B94'

red 24 ◦ green 123 ◦ blue 148

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

Shades of Eastern Blue #187B94

Tints of Eastern Blue #187B94

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41.69%

 BLUE value IS 148 (58.2% from 255) = 50.17%

R = 8.14%
G = 41.69%
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

#187B94 (or 0x187B94) is known color: Eastern Blue. HEX triplet: 18, 7B and 94. RGB value is (24,123,148). Sum of RGB (Red+Green+Blue) = 24+123+148=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 148 (58.20% from 255 or 50.17% from 295); Max value from RGB is 148 - color contains mainly: blue. Hex color #187B94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187B94 is #E7846B. Grayscale: #606060. Windows color (decimal): -15172716 or 9730840. OLE color: 9730840.

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

Color convert

RGB 24 123 148 -
CMYK 0.84 0.17 0 0.42
HSL 192.1º 0.72% 0.34% -
HSV(B) 192.1º 0.84% 0.58% -
XYZ 12.8 16.5 30.53 -
YUV 96.25 157.2 76.47 -
System Red Green Blue C M Y K H S L
Decimal 24 123 148 0.84 0.17 0 0.42 192.1 0.72 0.34
Hex 18 7B 94 54 11 0 2A C0 48 22
Octal 30 173 224 124 21 0 52 300 110 42
Binary 11000 1111011 10010100 1010100 10001 0 101010 11000000 1001000 100010

Color Harmonies of #187B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187B94

Black with #187B94

Text Example


Text Example

White with #187B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,123,148); }

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

background-color css

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

 a { background-color: rgb(24,123,148); }

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

border-color css

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

 span { border-color: rgb(24,123,148); }

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