Html Css Color HEX #187094 Allports

📋 copy color: '#187094'

red 24 ◦ green 112 ◦ blue 148

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

Shades of Allports #187094

Tints of Allports #187094

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.44%

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

R = 8.45%
G = 39.44%
B = 52.11%

CMYK

 C value IS 0.84

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#187094 (or 0x187094) is known color: Allports. HEX triplet: 18, 70 and 94. RGB value is (24,112,148). Sum of RGB (Red+Green+Blue) = 24+112+148=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #187094 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187094 is #E78F6B. Grayscale: #595959. Windows color (decimal): -15175532 or 9728024. OLE color: 9728024.

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

Color convert

RGB 24 112 148 -
CMYK 0.84 0.24 0 0.42
HSL 197.42º 0.72% 0.34% -
HSV(B) 197.42º 0.84% 0.58% -
XYZ 11.52 13.92 30.1 -
YUV 89.79 160.85 81.07 -
System Red Green Blue C M Y K H S L
Decimal 24 112 148 0.84 0.24 0 0.42 197.42 0.72 0.34
Hex 18 70 94 54 18 0 2A C5 48 22
Octal 30 160 224 124 30 0 52 305 110 42
Binary 11000 1110000 10010100 1010100 11000 0 101010 11000101 1001000 100010

Color Harmonies of #187094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187094

Black with #187094

Text Example


Text Example

White with #187094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187094; }

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

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

background-color css

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

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

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

border-color css

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

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

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