Html Css Color HEX #187495 Allports

📋 copy color: '#187495'

red 24 ◦ green 116 ◦ blue 149

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

Shades of Allports #187495

Tints of Allports #187495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.14%

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

R = 8.3%
G = 40.14%
B = 51.56%

CMYK

 C value IS 0.84

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#187495 (or 0x187495) is known color: Allports. HEX triplet: 18, 74 and 95. RGB value is (24,116,149). Sum of RGB (Red+Green+Blue) = 24+116+149=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #187495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187495 is #E78B6A. Grayscale: #5C5C5C. Windows color (decimal): -15174507 or 9794584. OLE color: 9794584.

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

Color convert

RGB 24 116 149 -
CMYK 0.84 0.22 0 0.42
HSL 195.84º 0.72% 0.34% -
HSV(B) 195.84º 0.84% 0.58% -
XYZ 12.05 14.85 30.67 -
YUV 92.25 160.02 79.32 -
System Red Green Blue C M Y K H S L
Decimal 24 116 149 0.84 0.22 0 0.42 195.84 0.72 0.34
Hex 18 74 95 54 16 0 2A C4 48 22
Octal 30 164 225 124 26 0 52 304 110 42
Binary 11000 1110100 10010101 1010100 10110 0 101010 11000100 1001000 100010

Color Harmonies of #187495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187495

Black with #187495

Text Example


Text Example

White with #187495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187495; }

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

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

background-color css

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

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

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

border-color css

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

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

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