Html Css Color HEX #187F96 Eastern Blue

📋 copy color: '#187F96'

red 24 ◦ green 127 ◦ blue 150

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

Shades of Eastern Blue #187F96

Tints of Eastern Blue #187F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 49.83%

R = 7.97%
G = 42.19%
B = 49.83%

CMYK

 C value IS 0.84

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#187F96 (or 0x187F96) is known color: Eastern Blue. HEX triplet: 18, 7F and 96. RGB value is (24,127,150). Sum of RGB (Red+Green+Blue) = 24+127+150=301 (39% of max value = 765). Red value is 24 (9.77% from 255 or 7.97% from 301); Green value is 127 (50% from 255 or 42.19% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #187F96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187F96 is #E78069. Grayscale: #626262. Windows color (decimal): -15171690 or 9862936. OLE color: 9862936.

HSL color Cylindrical-coordinate representation of color #187F96: hue angle of 190.95º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #187F96 is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 24 127 150 -
CMYK 0.84 0.15 0 0.41
HSL 190.95º 0.72% 0.34% -
HSV(B) 190.95º 0.84% 0.59% -
XYZ 13.47 17.57 31.54 -
YUV 98.83 156.88 74.63 -
System Red Green Blue C M Y K H S L
Decimal 24 127 150 0.84 0.15 0 0.41 190.95 0.72 0.34
Hex 18 7F 96 54 F 0 29 BF 48 22
Octal 30 177 226 124 17 0 51 277 110 42
Binary 11000 1111111 10010110 1010100 1111 0 101001 10111111 1001000 100010

Color Harmonies of #187F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187F96

Black with #187F96

Text Example


Text Example

White with #187F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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