#1f7eb0

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

Shades of Lochmara #1F7EB0

Tints of Lochmara #1F7EB0

Color information

#1F7EB0 (or 0x1F7EB0) is unknown color: approx Lochmara. HEX triplet: 1F, 7E and B0. RGB value is (31,126,176). Sum of RGB (Red+Green+Blue) = 31+126+176=333 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.31% from 333); Green value is 126 (49.61% from 255 or 37.84% from 333); Blue value is 176 (69.14% from 255 or 52.85% from 333); Max value from RGB is 176 - color contains mainly: blue. Hex color #1F7EB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7EB0 is #E0814F. Grayscale: #666666. Windows color (decimal): -14713168 or 11566623. OLE color: 11566623.

HSL color Cylindrical-coordinate representation of color #1F7EB0: hue angle of 200.69º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F7EB0 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB31126176-
CMYK0.820.2800.31
HSL200.69º70.05%40.59%-
HSV(B)200.69º82.39%69.02%-
XYZ15.8618.3543.78-
YUV103.29169.0376.43-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.31%
GREEN value IS 126 (49.61% from 255) = 37.84%
BLUE value IS 176 (69.14% from 255) = 52.85%
R=9.31%
G=37.84%
B=52.85%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal311261760.820.2800.31200.6970.0540.59
Hex1F7EB0521C01Fc94629
Octal371762601223403731110651
Binary11111111111010110000101001011100011111110010011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f7eb0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,126,176); }

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

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

 a { background-color: rgb(31,126,176); }

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

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

 span { border-color: rgb(31,126,176); }

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