#1A6C99

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

Shades of Lochmara #1A6C99

Tints of Lochmara #1A6C99

Color information

#1A6C99 (or 0x1A6C99) is unknown color: approx Lochmara. HEX triplet: 1A, 6C and 99. RGB value is (26,108,153). Sum of RGB (Red+Green+Blue) = 26+108+153=287 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.06% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #1A6C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6C99 is #E59366. Grayscale: #585858. Windows color (decimal): -15045479 or 10054682. OLE color: 10054682.

HSL color Cylindrical-coordinate representation of color #1A6C99: hue angle of 201.26º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A6C99 is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB26108153-
CMYK0.830.2900.4
HSL201.26º70.95%35.1%-
HSV(B)201.26º83.01%60%-
XYZ11.5413.2432.09-
YUV88.61164.3383.34-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.06%
GREEN value IS 108 (42.58% from 255) = 37.63%
BLUE value IS 153 (60.16% from 255) = 53.31%
R=9.06%
G=37.63%
B=53.31%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal261081530.830.2900.4201.2670.9535.1
Hex1A6C99531D028c94723
Octal321542311233505031110743
Binary110101101100100110011010011111010101000110010011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,108,153); }

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

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

 a { background-color: rgb(26,108,153); }

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

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

 span { border-color: rgb(26,108,153); }

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