#1F7595

Color #1F7595 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #1F7595

Tints of Lochmara #1F7595

Color information

#1F7595 (or 0x1F7595) is unknown color: approx 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

RGB31117149-
CMYK0.790.2100.42
HSL196.27º65.56%35.29%-
HSV(B)196.27º79.19%58.43%-
XYZ12.3515.1830.71-
YUV94.93158.5182.4-

RGB Variations

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

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 (Cyan) values IS 0.79
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal311171490.790.2100.42196.2765.5635.29
Hex1F75954F1502Ac44223
Octal371652251172505230410243
Binary111111110101100101011001111101010101010110001001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>