#1f70aa

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

Shades of Lochmara #1F70AA

Tints of Lochmara #1F70AA

Color information

#1F70AA (or 0x1F70AA) is unknown color: approx Lochmara. HEX triplet: 1F, 70 and AA. RGB value is (31,112,170). Sum of RGB (Red+Green+Blue) = 31+112+170=313 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.90% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F70AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F70AA is #E08F55. Grayscale: #5E5E5E. Windows color (decimal): -14716758 or 11169823. OLE color: 11169823.

HSL color Cylindrical-coordinate representation of color #1F70AA: hue angle of 205.04º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F70AA is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB31112170-
CMYK0.820.3400.33
HSL205.04º69.15%39.41%-
HSV(B)205.04º81.76%66.67%-
XYZ13.6114.7840.17-
YUV94.39170.6682.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.90%
GREEN value IS 112 (44.14% from 255) = 35.78%
BLUE value IS 170 (66.80% from 255) = 54.31%
R=9.90%
G=35.78%
B=54.31%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal311121700.820.3400.33205.0469.1539.41
Hex1F70AA5222021cd4527
Octal371602521224204131510547
Binary1111111100001010101010100101000100100001110011011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f70aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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