#26659A

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

Shades of Lochmara #26659A

Tints of Lochmara #26659A

Color information

#26659A (or 0x26659A) is unknown color: approx Lochmara. HEX triplet: 26, 65 and 9A. RGB value is (38,101,154). Sum of RGB (Red+Green+Blue) = 38+101+154=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 154 (60.55% from 255 or 52.56% from 293); Max value from RGB is 154 - color contains mainly: blue. Hex color #26659A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26659A is #D99A65. Grayscale: #575757. Windows color (decimal): -14260838 or 10118438. OLE color: 10118438.

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

Color convert

RGB38101154-
CMYK0.750.3400.40
HSL207.41º60.42%37.65%-
HSV(B)207.41º75.32%60.39%-
XYZ11.2912.0532.3-
YUV88.2165.1392.19-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.97%
GREEN value IS 101 (39.84% from 255) = 34.47%
BLUE value IS 154 (60.55% from 255) = 52.56%
R=12.97%
G=34.47%
B=52.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal381011540.750.3400.40207.4160.4237.65
Hex26659A4B22028cf3c26
Octal46145232113420503177446
Binary1001101100101100110101001011100010010100011001111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26659A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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