Html Css Color HEX #187099 Lochmara

📋 copy color: '#187099'

red 24 ◦ green 112 ◦ blue 153

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

Shades of Lochmara #187099

Tints of Lochmara #187099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 52.94%

R = 8.3%
G = 38.75%
B = 52.94%

CMYK

 C value IS 0.84

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#187099 (or 0x187099) is known color: Lochmara. HEX triplet: 18, 70 and 99. RGB value is (24,112,153). Sum of RGB (Red+Green+Blue) = 24+112+153=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #187099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187099 is #E78F66. Grayscale: #5A5A5A. Windows color (decimal): -15175527 or 10055704. OLE color: 10055704.

HSL color Cylindrical-coordinate representation of color #187099: hue angle of 199.07º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #187099 is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 24 112 153 -
CMYK 0.84 0.27 0 0.4
HSL 199.07º 0.73% 0.35% -
HSV(B) 199.07º 0.84% 0.6% -
XYZ 11.92 14.08 32.23 -
YUV 90.36 163.35 80.67 -
System Red Green Blue C M Y K H S L
Decimal 24 112 153 0.84 0.27 0 0.4 199.07 0.73 0.35
Hex 18 70 99 54 1B 0 28 C7 49 23
Octal 30 160 231 124 33 0 50 307 111 43
Binary 11000 1110000 10011001 1010100 11011 0 101000 11000111 1001001 100011

Color Harmonies of #187099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187099

Black with #187099

Text Example


Text Example

White with #187099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187099; }

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

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

background-color css

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

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

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

border-color css

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

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

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