#1f7da7

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

Shades of Lochmara #1F7DA7

Tints of Lochmara #1F7DA7

Color information

#1F7DA7 (or 0x1F7DA7) is unknown color: approx Lochmara. HEX triplet: 1F, 7D and A7. RGB value is (31,125,167). Sum of RGB (Red+Green+Blue) = 31+125+167=323 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.60% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 167 (65.62% from 255 or 51.70% from 323); Max value from RGB is 167 - color contains mainly: blue. Hex color #1F7DA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7DA7 is #E08258. Grayscale: #656565. Windows color (decimal): -14713433 or 10976543. OLE color: 10976543.

HSL color Cylindrical-coordinate representation of color #1F7DA7: hue angle of 198.53º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F7DA7 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB31125167-
CMYK0.810.2500.35
HSL198.53º68.69%38.82%-
HSV(B)198.53º81.44%65.49%-
XYZ14.8717.7539.2-
YUV101.68164.8677.58-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.60%
GREEN value IS 125 (49.22% from 255) = 38.70%
BLUE value IS 167 (65.62% from 255) = 51.70%
R=9.60%
G=38.70%
B=51.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal311251670.810.2500.35198.5368.6938.82
Hex1F7DA75119023c74527
Octal371752471213104330710547
Binary111111111101101001111010001110010100011110001111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f7da7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,125,167); }

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

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

 a { background-color: rgb(31,125,167); }

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

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

 span { border-color: rgb(31,125,167); }

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