Html Css Color HEX #187995 Allports

📋 copy color: '#187995'

red 24 ◦ green 121 ◦ blue 149

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

Shades of Allports #187995

Tints of Allports #187995

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.16%

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

R = 8.16%
G = 41.16%
B = 50.68%

CMYK

 C value IS 0.84

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#187995 (or 0x187995) is known color: Allports. HEX triplet: 18, 79 and 95. RGB value is (24,121,149). Sum of RGB (Red+Green+Blue) = 24+121+149=294 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.16% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #187995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187995 is #E7866A. Grayscale: #5E5E5E. Windows color (decimal): -15173227 or 9795864. OLE color: 9795864.

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

Color convert

RGB 24 121 149 -
CMYK 0.84 0.19 0 0.42
HSL 193.44º 0.72% 0.34% -
HSV(B) 193.44º 0.84% 0.58% -
XYZ 12.64 16.04 30.86 -
YUV 95.19 158.36 77.22 -
System Red Green Blue C M Y K H S L
Decimal 24 121 149 0.84 0.19 0 0.42 193.44 0.72 0.34
Hex 18 79 95 54 13 0 2A C1 48 22
Octal 30 171 225 124 23 0 52 301 110 42
Binary 11000 1111001 10010101 1010100 10011 0 101010 11000001 1001000 100010

Color Harmonies of #187995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187995

Black with #187995

Text Example


Text Example

White with #187995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187995; }

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

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

background-color css

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

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

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

border-color css

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

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

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