#1F68AA

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

Shades of Lochmara #1F68AA

Tints of Lochmara #1F68AA

Color information

#1F68AA (or 0x1F68AA) is unknown color: approx Lochmara. HEX triplet: 1F, 68 and AA. RGB value is (31,104,170). Sum of RGB (Red+Green+Blue) = 31+104+170=305 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.16% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F68AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F68AA is #E09755. Grayscale: #595959. Windows color (decimal): -14718806 or 11167775. OLE color: 11167775.

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

Color convert

RGB31104170-
CMYK0.820.3900.33
HSL208.49º69.15%39.41%-
HSV(B)208.49º81.76%66.67%-
XYZ12.7713.0939.88-
YUV89.7173.3286.13-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.16%
GREEN value IS 104 (41.02% from 255) = 34.10%
BLUE value IS 170 (66.80% from 255) = 55.74%
R=10.16%
G=34.10%
B=55.74%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal311041700.820.3900.33208.4969.1539.41
Hex1F68AA5227021d04527
Octal371502521224704132010547
Binary1111111010001010101010100101001110100001110100001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F68AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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