#1A6FA8

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

Shades of Lochmara #1A6FA8

Tints of Lochmara #1A6FA8

Color information

#1A6FA8 (or 0x1A6FA8) is unknown color: approx Lochmara. HEX triplet: 1A, 6F and A8. RGB value is (26,111,168). Sum of RGB (Red+Green+Blue) = 26+111+168=305 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.52% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 168 (66.02% from 255 or 55.08% from 305); Max value from RGB is 168 - color contains mainly: blue. Hex color #1A6FA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6FA8 is #E59057. Grayscale: #5B5B5B. Windows color (decimal): -15044696 or 11038490. OLE color: 11038490.

HSL color Cylindrical-coordinate representation of color #1A6FA8: hue angle of 204.08º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A6FA8 is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB26111168-
CMYK0.850.3400.34
HSL204.08º73.2%38.04%-
HSV(B)204.08º84.52%65.88%-
XYZ13.1814.4239.13-
YUV92.08170.8480.87-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.52%
GREEN value IS 111 (43.75% from 255) = 36.39%
BLUE value IS 168 (66.02% from 255) = 55.08%
R=8.52%
G=36.39%
B=55.08%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal261111680.850.3400.34204.0873.238.04
Hex1A6FA85522022cc4926
Octal321572501254204231411146
Binary1101011011111010100010101011000100100010110011001001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,111,168); }

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

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

 a { background-color: rgb(26,111,168); }

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

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

 span { border-color: rgb(26,111,168); }

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