#1F6B9D

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

Shades of Lochmara #1F6B9D

Tints of Lochmara #1F6B9D

Color information

#1F6B9D (or 0x1F6B9D) is unknown color: approx Lochmara. HEX triplet: 1F, 6B and 9D. RGB value is (31,107,157). Sum of RGB (Red+Green+Blue) = 31+107+157=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F6B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6B9D is #E09462. Grayscale: #595959. Windows color (decimal): -14718051 or 10316575. OLE color: 10316575.

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

Color convert

RGB31107157-
CMYK0.800.3200.38
HSL203.81º67.02%36.86%-
HSV(B)203.81º80.25%61.57%-
XYZ11.9113.2433.83-
YUV89.98165.8285.93-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.51%
GREEN value IS 107 (42.19% from 255) = 36.27%
BLUE value IS 157 (61.72% from 255) = 53.22%
R=10.51%
G=36.27%
B=53.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal311071570.800.3200.38203.8167.0236.86
Hex1F6B9D5020026cc4325
Octal371532351204004631410345
Binary1111111010111001110110100001000000100110110011001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,107,157); }

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

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

 a { background-color: rgb(31,107,157); }

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

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

 span { border-color: rgb(31,107,157); }

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