#26659F

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

Shades of Lochmara #26659F

Tints of Lochmara #26659F

Color information

#26659F (or 0x26659F) is unknown color: approx Lochmara. HEX triplet: 26, 65 and 9F. RGB value is (38,101,159). Sum of RGB (Red+Green+Blue) = 38+101+159=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #26659F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26659F is #D99A60. Grayscale: #585858. Windows color (decimal): -14260833 or 10446118. OLE color: 10446118.

HSL color Cylindrical-coordinate representation of color #26659F: hue angle of 208.76º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26659F is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB38101159-
CMYK0.760.3600.38
HSL208.76º61.42%38.63%-
HSV(B)208.76º76.1%62.35%-
XYZ11.7112.2234.54-
YUV88.78167.6391.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.75%
GREEN value IS 101 (39.84% from 255) = 33.89%
BLUE value IS 159 (62.5% from 255) = 53.36%
R=12.75%
G=33.89%
B=53.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal381011590.760.3600.38208.7661.4238.63
Hex26659F4C24026d13d27
Octal46145237114440463217547
Binary1001101100101100111111001100100100010011011010001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26659F; }

 p { color: rgb(38,101,159); }

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

<style>
 a { background-color: #26659F; }

 a { background-color: rgb(38,101,159); }

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

<style>
 span { border-color: #26659F; }

 span { border-color: rgb(38,101,159); }

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