Html Css Color HEX #187199 Lochmara

📋 copy color: '#187199'

red 24 ◦ green 113 ◦ blue 153

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

Shades of Lochmara #187199

Tints of Lochmara #187199

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.97%

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

R = 8.28%
G = 38.97%
B = 52.76%

CMYK

 C value IS 0.84

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#187199 (or 0x187199) is known color: Lochmara. HEX triplet: 18, 71 and 99. RGB value is (24,113,153). Sum of RGB (Red+Green+Blue) = 24+113+153=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #187199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187199 is #E78E66. Grayscale: #5A5A5A. Windows color (decimal): -15175271 or 10055960. OLE color: 10055960.

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

Color convert

RGB 24 113 153 -
CMYK 0.84 0.26 0 0.4
HSL 198.6º 0.73% 0.35% -
HSV(B) 198.6º 0.84% 0.6% -
XYZ 12.03 14.3 32.26 -
YUV 90.95 163.01 80.25 -
System Red Green Blue C M Y K H S L
Decimal 24 113 153 0.84 0.26 0 0.4 198.6 0.73 0.35
Hex 18 71 99 54 1A 0 28 C7 49 23
Octal 30 161 231 124 32 0 50 307 111 43
Binary 11000 1110001 10011001 1010100 11010 0 101000 11000111 1001001 100011

Color Harmonies of #187199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187199

Black with #187199

Text Example


Text Example

White with #187199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187199; }

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

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

background-color css

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

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

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

border-color css

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

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

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