#26659B

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

Shades of Lochmara #26659B

Tints of Lochmara #26659B

Color information

#26659B (or 0x26659B) is unknown color: approx Lochmara. HEX triplet: 26, 65 and 9B. RGB value is (38,101,155). Sum of RGB (Red+Green+Blue) = 38+101+155=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #26659B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26659B is #D99A64. Grayscale: #585858. Windows color (decimal): -14260837 or 10183974. OLE color: 10183974.

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

Color convert

RGB38101155-
CMYK0.750.3500.39
HSL207.69º60.62%37.84%-
HSV(B)207.69º75.48%60.78%-
XYZ11.3712.0932.74-
YUV88.32165.6392.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.93%
GREEN value IS 101 (39.84% from 255) = 34.35%
BLUE value IS 155 (60.94% from 255) = 52.72%
R=12.93%
G=34.35%
B=52.72%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal381011550.750.3500.39207.6960.6237.84
Hex26659B4B23027d03d26
Octal46145233113430473207546
Binary1001101100101100110111001011100011010011111010000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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