#1F7094

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

Shades of Lochmara #1F7094

Tints of Lochmara #1F7094

Color information

#1F7094 (or 0x1F7094) is unknown color: approx Lochmara. HEX triplet: 1F, 70 and 94. RGB value is (31,112,148). Sum of RGB (Red+Green+Blue) = 31+112+148=291 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.65% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 148 (58.20% from 255 or 50.86% from 291); Max value from RGB is 148 - color contains mainly: blue. Hex color #1F7094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7094 is #E08F6B. Grayscale: #5B5B5B. Windows color (decimal): -14716780 or 9728031. OLE color: 9728031.

HSL color Cylindrical-coordinate representation of color #1F7094: hue angle of 198.46º degrees, saturation: 0.65, 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 #1F7094 is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB31112148-
CMYK0.790.2400.42
HSL198.46º65.36%35.1%-
HSV(B)198.46º79.05%58.04%-
XYZ11.714.0230.11-
YUV91.88159.6684.57-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.65%
GREEN value IS 112 (44.14% from 255) = 38.49%
BLUE value IS 148 (58.20% from 255) = 50.86%
R=10.65%
G=38.49%
B=50.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal311121480.790.2400.42198.4665.3635.1
Hex1F70944F1802Ac64123
Octal371602241173005230610143
Binary111111110000100101001001111110000101010110001101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,112,148); }

 H1.HeaderClassName
 {
   color: #1F7094;
 }
 .AnyTagClassName
 {
   color: #1F7094;
 }
</style>
background-color css

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

 a { background-color: rgb(31,112,148); }

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

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

 span { border-color: rgb(31,112,148); }

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