#26769F

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

Shades of Lochmara #26769F

Tints of Lochmara #26769F

Color information

#26769F (or 0x26769F) is unknown color: approx Lochmara. HEX triplet: 26, 76 and 9F. RGB value is (38,118,159). Sum of RGB (Red+Green+Blue) = 38+118+159=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 159 (62.5% from 255 or 50.48% from 315); Max value from RGB is 159 - color contains mainly: blue. Hex color #26769F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26769F is #D98960. Grayscale: #626262. Windows color (decimal): -14256481 or 10450470. OLE color: 10450470.

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

Color convert

RGB38118159-
CMYK0.760.2600.38
HSL200.33º61.42%38.63%-
HSV(B)200.33º76.1%62.35%-
XYZ13.5415.8735.15-
YUV98.7516284.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.06%
GREEN value IS 118 (46.48% from 255) = 37.46%
BLUE value IS 159 (62.5% from 255) = 50.48%
R=12.06%
G=37.46%
B=50.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal381181590.760.2600.38200.3361.4238.63
Hex26769F4C1A026c83d27
Octal46166237114320463107547
Binary100110111011010011111100110011010010011011001000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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