Html Css Color HEX #1F7396 Lochmara

📋 copy color: '#1F7396'

red 31 ◦ green 115 ◦ blue 150

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

Shades of Lochmara #1F7396

Tints of Lochmara #1F7396

RGB

 RED value IS 31 (12.5% from 255) = 10.47%

 GREEN value IS 115 (45.31% from 255) = 38.85%

 BLUE value IS 150 (58.98% from 255) = 50.68%

R = 10.47%
G = 38.85%
B = 50.68%

CMYK

 C value IS 0.79

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1F7396 (or 0x1F7396) is known color: Lochmara. HEX triplet: 1F, 73 and 96. RGB value is (31,115,150). Sum of RGB (Red+Green+Blue) = 31+115+150=296 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.47% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 150 (58.98% from 255 or 50.68% from 296); Max value from RGB is 150 - color contains mainly: blue. Hex color #1F7396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7396 is #E08C69. Grayscale: #5D5D5D. Windows color (decimal): -14716010 or 9859871. OLE color: 9859871.

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

Color convert

RGB 31 115 150 -
CMYK 0.79 0.23 0 0.41
HSL 197.65º 0.66% 0.35% -
HSV(B) 197.65º 0.79% 0.59% -
XYZ 12.2 14.75 31.06 -
YUV 93.87 159.67 83.15 -
System Red Green Blue C M Y K H S L
Decimal 31 115 150 0.79 0.23 0 0.41 197.65 0.66 0.35
Hex 1F 73 96 4F 17 0 29 C6 42 23
Octal 37 163 226 117 27 0 51 306 102 43
Binary 11111 1110011 10010110 1001111 10111 0 101001 11000110 1000010 100011

Color Harmonies of #1F7396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7396

Black with #1F7396

Text Example


Text Example

White with #1F7396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,115,150); }

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

background-color css

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

 a { background-color: rgb(31,115,150); }

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

border-color css

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

 span { border-color: rgb(31,115,150); }

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