#1F5FA1

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

Shades of Lochmara #1F5FA1

Tints of Lochmara #1F5FA1

Color information

#1F5FA1 (or 0x1F5FA1) is unknown color: approx Lochmara. HEX triplet: 1F, 5F and A1. RGB value is (31,95,161). Sum of RGB (Red+Green+Blue) = 31+95+161=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 161 (63.28% from 255 or 56.10% from 287); Max value from RGB is 161 - color contains mainly: blue. Hex color #1F5FA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5FA1 is #E0A05E. Grayscale: #535353. Windows color (decimal): -14721119 or 10575647. OLE color: 10575647.

HSL color Cylindrical-coordinate representation of color #1F5FA1: hue angle of 210.46º 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 #1F5FA1 is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3195161-
CMYK0.810.4100.37
HSL210.46º67.71%37.65%-
HSV(B)210.46º80.75%63.14%-
XYZ11.0911.0535.27-
YUV83.39171.890.63-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.80%
GREEN value IS 95 (37.5% from 255) = 33.10%
BLUE value IS 161 (63.28% from 255) = 56.10%
R=10.80%
G=33.10%
B=56.10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal31951610.810.4100.37210.4667.7137.65
Hex1F5FA15129025d24426
Octal371372411215104532210446
Binary1111110111111010000110100011010010100101110100101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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