#1F6BAD

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

Shades of Lochmara #1F6BAD

Tints of Lochmara #1F6BAD

Color information

#1F6BAD (or 0x1F6BAD) is unknown color: approx Lochmara. HEX triplet: 1F, 6B and AD. RGB value is (31,107,173). Sum of RGB (Red+Green+Blue) = 31+107+173=311 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.97% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F6BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6BAD is #E09452. Grayscale: #5B5B5B. Windows color (decimal): -14718035 or 11365151. OLE color: 11365151.

HSL color Cylindrical-coordinate representation of color #1F6BAD: hue angle of 207.89º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F6BAD is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB31107173-
CMYK0.820.3800.32
HSL207.89º69.61%40%-
HSV(B)207.89º82.08%67.84%-
XYZ13.3713.8241.5-
YUV91.8173.8284.63-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.97%
GREEN value IS 107 (42.19% from 255) = 34.41%
BLUE value IS 173 (67.97% from 255) = 55.63%
R=9.97%
G=34.41%
B=55.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal311071730.820.3800.32207.8969.6140
Hex1F6BAD5226020d04628
Octal371532551224604032010650
Binary1111111010111010110110100101001100100000110100001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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