#1f66aa

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

Shades of Lochmara #1F66AA

Tints of Lochmara #1F66AA

Color information

#1F66AA (or 0x1F66AA) is unknown color: approx Lochmara. HEX triplet: 1F, 66 and AA. RGB value is (31,102,170). Sum of RGB (Red+Green+Blue) = 31+102+170=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F66AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F66AA is #E09955. Grayscale: #585858. Windows color (decimal): -14719318 or 11167263. OLE color: 11167263.

HSL color Cylindrical-coordinate representation of color #1F66AA: hue angle of 209.35º 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 #1F66AA is Cyan = 0.82, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB31102170-
CMYK0.820.400.33
HSL209.35º69.15%39.41%-
HSV(B)209.35º81.76%66.67%-
XYZ12.5712.739.82-
YUV88.52173.9886.97-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.23%
GREEN value IS 102 (40.23% from 255) = 33.66%
BLUE value IS 170 (66.80% from 255) = 56.11%
R=10.23%
G=33.66%
B=56.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal311021700.820.400.33209.3569.1539.41
Hex1F66AA5228021d14527
Octal371462521225004132110547
Binary1111111001101010101010100101010000100001110100011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f66aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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