#26759B

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

Shades of Lochmara #26759B

Tints of Lochmara #26759B

Color information

#26759B (or 0x26759B) is unknown color: approx Lochmara. HEX triplet: 26, 75 and 9B. RGB value is (38,117,155). Sum of RGB (Red+Green+Blue) = 38+117+155=310 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.26% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #26759B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26759B is #D98A64. Grayscale: #616161. Windows color (decimal): -14256741 or 10188070. OLE color: 10188070.

HSL color Cylindrical-coordinate representation of color #26759B: hue angle of 199.49º 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 #26759B is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB38117155-
CMYK0.750.2500.39
HSL199.49º60.62%37.84%-
HSV(B)199.49º75.48%60.78%-
XYZ13.0815.533.31-
YUV97.71160.3385.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.26%
GREEN value IS 117 (46.09% from 255) = 37.74%
BLUE value IS 155 (60.94% from 255) = 50%
R=12.26%
G=37.74%
B=50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal381171550.750.2500.39199.4960.6237.84
Hex26759B4B19027c73d26
Octal46165233113310473077546
Binary100110111010110011011100101111001010011111000111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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