#26699F

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

Shades of Lochmara #26699F

Tints of Lochmara #26699F

Color information

#26699F (or 0x26699F) is unknown color: approx Lochmara. HEX triplet: 26, 69 and 9F. RGB value is (38,105,159). Sum of RGB (Red+Green+Blue) = 38+105+159=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #26699F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26699F is #D99660. Grayscale: #5A5A5A. Windows color (decimal): -14259809 or 10447142. OLE color: 10447142.

HSL color Cylindrical-coordinate representation of color #26699F: hue angle of 206.78º 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 #26699F is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB38105159-
CMYK0.760.3400.38
HSL206.78º61.42%38.63%-
HSV(B)206.78º76.1%62.35%-
XYZ12.1113.0234.68-
YUV91.12166.390.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.58%
GREEN value IS 105 (41.41% from 255) = 34.77%
BLUE value IS 159 (62.5% from 255) = 52.65%
R=12.58%
G=34.77%
B=52.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal381051590.760.3400.38206.7861.4238.63
Hex26699F4C22026cf3d27
Octal46151237114420463177547
Binary1001101101001100111111001100100010010011011001111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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