#1F799C

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

Shades of Lochmara #1F799C

Tints of Lochmara #1F799C

Color information

#1F799C (or 0x1F799C) is unknown color: approx Lochmara. HEX triplet: 1F, 79 and 9C. RGB value is (31,121,156). Sum of RGB (Red+Green+Blue) = 31+121+156=308 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.06% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F799C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F799C is #E08663. Grayscale: #616161. Windows color (decimal): -14714468 or 10254623. OLE color: 10254623.

HSL color Cylindrical-coordinate representation of color #1F799C: hue angle of 196.8º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F799C is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB31121156-
CMYK0.800.2200.39
HSL196.8º66.84%36.67%-
HSV(B)196.8º80.13%61.18%-
XYZ13.416.3733.91-
YUV98.08160.6880.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.06%
GREEN value IS 121 (47.66% from 255) = 39.29%
BLUE value IS 156 (61.33% from 255) = 50.65%
R=10.06%
G=39.29%
B=50.65%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal311211560.800.2200.39196.866.8436.67
Hex1F799C5016027c54325
Octal371712341202604730510345
Binary111111111001100111001010000101100100111110001011000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F799C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,121,156); }

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

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

 a { background-color: rgb(31,121,156); }

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

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

 span { border-color: rgb(31,121,156); }

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