#1F61A1

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

Shades of Lochmara #1F61A1

Tints of Lochmara #1F61A1

Color information

#1F61A1 (or 0x1F61A1) is unknown color: approx Lochmara. HEX triplet: 1F, 61 and A1. RGB value is (31,97,161). Sum of RGB (Red+Green+Blue) = 31+97+161=289 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.73% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 161 (63.28% from 255 or 55.71% from 289); Max value from RGB is 161 - color contains mainly: blue. Hex color #1F61A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F61A1 is #E09E5E. Grayscale: #545454. Windows color (decimal): -14720607 or 10576159. OLE color: 10576159.

HSL color Cylindrical-coordinate representation of color #1F61A1: hue angle of 209.54º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F61A1 is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3197161-
CMYK0.810.4000.37
HSL209.54º67.71%37.65%-
HSV(B)209.54º80.75%63.14%-
XYZ11.2711.4135.33-
YUV84.56171.1389.8-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.73%
GREEN value IS 97 (38.28% from 255) = 33.56%
BLUE value IS 161 (63.28% from 255) = 55.71%
R=10.73%
G=33.56%
B=55.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal31971610.810.4000.37209.5467.7137.65
Hex1F61A15128025d24426
Octal371412411215004532210446
Binary1111111000011010000110100011010000100101110100101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F61A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,97,161); }

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

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

 a { background-color: rgb(31,97,161); }

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

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

 span { border-color: rgb(31,97,161); }

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