#1F7A9A

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

Shades of Lochmara #1F7A9A

Tints of Lochmara #1F7A9A

Color information

#1F7A9A (or 0x1F7A9A) is unknown color: approx Lochmara. HEX triplet: 1F, 7A and 9A. RGB value is (31,122,154). Sum of RGB (Red+Green+Blue) = 31+122+154=307 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.10% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 154 (60.55% from 255 or 50.16% from 307); Max value from RGB is 154 - color contains mainly: blue. Hex color #1F7A9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7A9A is #E08565. Grayscale: #626262. Windows color (decimal): -14714214 or 10123807. OLE color: 10123807.

HSL color Cylindrical-coordinate representation of color #1F7A9A: hue angle of 195.61º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F7A9A is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB31122154-
CMYK0.800.2100.40
HSL195.61º66.49%36.27%-
HSV(B)195.61º79.87%60.39%-
XYZ13.3616.5433.06-
YUV98.44159.3579.9-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.10%
GREEN value IS 122 (48.05% from 255) = 39.74%
BLUE value IS 154 (60.55% from 255) = 50.16%
R=10.10%
G=39.74%
B=50.16%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal311221540.800.2100.40195.6166.4936.27
Hex1F7A9A5015028c44224
Octal371722321202505030410244
Binary111111111010100110101010000101010101000110001001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,122,154); }

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

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

 a { background-color: rgb(31,122,154); }

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

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

 span { border-color: rgb(31,122,154); }

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