Html Css Color HEX #187299 Lochmara

📋 copy color: '#187299'

red 24 ◦ green 114 ◦ blue 153

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

Shades of Lochmara #187299

Tints of Lochmara #187299

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.18%

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

R = 8.25%
G = 39.18%
B = 52.58%

CMYK

 C value IS 0.84

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#187299 (or 0x187299) is known color: Lochmara. HEX triplet: 18, 72 and 99. RGB value is (24,114,153). Sum of RGB (Red+Green+Blue) = 24+114+153=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #187299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187299 is #E78D66. Grayscale: #5B5B5B. Windows color (decimal): -15175015 or 10056216. OLE color: 10056216.

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

Color convert

RGB 24 114 153 -
CMYK 0.84 0.25 0 0.4
HSL 198.14º 0.73% 0.35% -
HSV(B) 198.14º 0.84% 0.6% -
XYZ 12.14 14.53 32.3 -
YUV 91.54 162.68 79.83 -
System Red Green Blue C M Y K H S L
Decimal 24 114 153 0.84 0.25 0 0.4 198.14 0.73 0.35
Hex 18 72 99 54 19 0 28 C6 49 23
Octal 30 162 231 124 31 0 50 306 111 43
Binary 11000 1110010 10011001 1010100 11001 0 101000 11000110 1001001 100011

Color Harmonies of #187299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187299

Black with #187299

Text Example


Text Example

White with #187299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187299; }

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

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

background-color css

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

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

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

border-color css

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

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

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