#1F6BAA

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

Shades of Lochmara #1F6BAA

Tints of Lochmara #1F6BAA

Color information

#1F6BAA (or 0x1F6BAA) is unknown color: approx Lochmara. HEX triplet: 1F, 6B and AA. RGB value is (31,107,170). Sum of RGB (Red+Green+Blue) = 31+107+170=308 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.06% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F6BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6BAA is #E09455. Grayscale: #5B5B5B. Windows color (decimal): -14718038 or 11168543. OLE color: 11168543.

HSL color Cylindrical-coordinate representation of color #1F6BAA: hue angle of 207.19º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F6BAA is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB31107170-
CMYK0.820.3700.33
HSL207.19º69.15%39.41%-
HSV(B)207.19º81.76%66.67%-
XYZ13.0813.7139.99-
YUV91.46172.3284.88-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.06%
GREEN value IS 107 (42.19% from 255) = 34.74%
BLUE value IS 170 (66.80% from 255) = 55.19%
R=10.06%
G=34.74%
B=55.19%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal311071700.820.3700.33207.1969.1539.41
Hex1F6BAA5225021cf4527
Octal371532521224504131710547
Binary1111111010111010101010100101001010100001110011111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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