Html Css Color HEX #187F94 Eastern Blue

📋 copy color: '#187F94'

red 24 ◦ green 127 ◦ blue 148

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

Shades of Eastern Blue #187F94

Tints of Eastern Blue #187F94

RGB

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

 GREEN value IS 127 (50% from 255) = 42.47%

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

R = 8.03%
G = 42.47%
B = 49.5%

CMYK

 C value IS 0.84

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#187F94 (or 0x187F94) is known color: Eastern Blue. HEX triplet: 18, 7F and 94. RGB value is (24,127,148). Sum of RGB (Red+Green+Blue) = 24+127+148=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 127 (50% from 255 or 42.47% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #187F94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187F94 is #E7806B. Grayscale: #626262. Windows color (decimal): -15171692 or 9731864. OLE color: 9731864.

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

Color convert

RGB 24 127 148 -
CMYK 0.84 0.14 0 0.42
HSL 190.16º 0.72% 0.34% -
HSV(B) 190.16º 0.84% 0.58% -
XYZ 13.31 17.51 30.7 -
YUV 98.6 155.88 74.79 -
System Red Green Blue C M Y K H S L
Decimal 24 127 148 0.84 0.14 0 0.42 190.16 0.72 0.34
Hex 18 7F 94 54 E 0 2A BE 48 22
Octal 30 177 224 124 16 0 52 276 110 42
Binary 11000 1111111 10010100 1010100 1110 0 101010 10111110 1001000 100010

Color Harmonies of #187F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187F94

Black with #187F94

Text Example


Text Example

White with #187F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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