Html Css Color HEX #1B7499 Lochmara

📋 copy color: '#1B7499'

red 27 ◦ green 116 ◦ blue 153

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

Shades of Lochmara #1B7499

Tints of Lochmara #1B7499

RGB

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

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

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

R = 9.12%
G = 39.19%
B = 51.69%

CMYK

 C value IS 0.82

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1B7499 (or 0x1B7499) is known color: Lochmara. HEX triplet: 1B, 74 and 99. RGB value is (27,116,153). Sum of RGB (Red+Green+Blue) = 27+116+153=296 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.12% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B7499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7499 is #E48B66. Grayscale: #5D5D5D. Windows color (decimal): -14977895 or 10056731. OLE color: 10056731.

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

Color convert

RGB 27 116 153 -
CMYK 0.82 0.24 0 0.4
HSL 197.62º 0.7% 0.35% -
HSV(B) 197.62º 0.82% 0.6% -
XYZ 12.45 15.02 32.38 -
YUV 93.61 161.51 80.49 -
System Red Green Blue C M Y K H S L
Decimal 27 116 153 0.82 0.24 0 0.4 197.62 0.7 0.35
Hex 1B 74 99 52 18 0 28 C6 46 23
Octal 33 164 231 122 30 0 50 306 106 43
Binary 11011 1110100 10011001 1010010 11000 0 101000 11000110 1000110 100011

Color Harmonies of #1B7499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7499

Black with #1B7499

Text Example


Text Example

White with #1B7499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,116,153); }

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

background-color css

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

 a { background-color: rgb(27,116,153); }

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

border-color css

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

 span { border-color: rgb(27,116,153); }

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