Html Css Color HEX #1F7595 Lochmara

📋 copy color: '#1F7595'

red 31 ◦ green 117 ◦ blue 149

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

Shades of Lochmara #1F7595

Tints of Lochmara #1F7595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.39%

 BLUE value IS 149 (58.59% from 255) = 50.17%

R = 10.44%
G = 39.39%
B = 50.17%

CMYK

 C value IS 0.79

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1F7595 (or 0x1F7595) is known color: Lochmara. HEX triplet: 1F, 75 and 95. RGB value is (31,117,149). Sum of RGB (Red+Green+Blue) = 31+117+149=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #1F7595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7595 is #E08A6A. Grayscale: #5E5E5E. Windows color (decimal): -14715499 or 9794847. OLE color: 9794847.

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

Color convert

RGB 31 117 149 -
CMYK 0.79 0.21 0 0.42
HSL 196.27º 0.66% 0.35% -
HSV(B) 196.27º 0.79% 0.58% -
XYZ 12.35 15.18 30.71 -
YUV 94.93 158.51 82.4 -
System Red Green Blue C M Y K H S L
Decimal 31 117 149 0.79 0.21 0 0.42 196.27 0.66 0.35
Hex 1F 75 95 4F 15 0 2A C4 42 23
Octal 37 165 225 117 25 0 52 304 102 43
Binary 11111 1110101 10010101 1001111 10101 0 101010 11000100 1000010 100011

Color Harmonies of #1F7595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7595

Black with #1F7595

Text Example


Text Example

White with #1F7595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,117,149); }

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

background-color css

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

 a { background-color: rgb(31,117,149); }

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

border-color css

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

 span { border-color: rgb(31,117,149); }

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