Html Css Color HEX #1B7197 Lochmara

📋 copy color: '#1B7197'

red 27 ◦ green 113 ◦ blue 151

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

Shades of Lochmara #1B7197

Tints of Lochmara #1B7197

RGB

 RED value IS 27 (10.94% from 255) = 9.28%

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

 BLUE value IS 151 (59.38% from 255) = 51.89%

R = 9.28%
G = 38.83%
B = 51.89%

CMYK

 C value IS 0.82

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1B7197 (or 0x1B7197) is known color: Lochmara. HEX triplet: 1B, 71 and 97. RGB value is (27,113,151). Sum of RGB (Red+Green+Blue) = 27+113+151=291 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.28% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 151 (59.38% from 255 or 51.89% from 291); Max value from RGB is 151 - color contains mainly: blue. Hex color #1B7197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7197 is #E48E68. Grayscale: #5B5B5B. Windows color (decimal): -14978665 or 9924891. OLE color: 9924891.

HSL color Cylindrical-coordinate representation of color #1B7197: hue angle of 198.39º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B7197 is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 27 113 151 -
CMYK 0.82 0.25 0 0.41
HSL 198.39º 0.7% 0.35% -
HSV(B) 198.39º 0.82% 0.59% -
XYZ 11.94 14.28 31.4 -
YUV 91.62 161.51 81.91 -
System Red Green Blue C M Y K H S L
Decimal 27 113 151 0.82 0.25 0 0.41 198.39 0.7 0.35
Hex 1B 71 97 52 19 0 29 C6 46 23
Octal 33 161 227 122 31 0 51 306 106 43
Binary 11011 1110001 10010111 1010010 11001 0 101001 11000110 1000110 100011

Color Harmonies of #1B7197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7197

Black with #1B7197

Text Example


Text Example

White with #1B7197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B7197; }

 p { color: rgb(27,113,151); }

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

background-color css

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

 a { background-color: rgb(27,113,151); }

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

border-color css

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

 span { border-color: rgb(27,113,151); }

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