#26669B

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

Shades of Lochmara #26669B

Tints of Lochmara #26669B

Color information

#26669B (or 0x26669B) is unknown color: approx Lochmara. HEX triplet: 26, 66 and 9B. RGB value is (38,102,155). Sum of RGB (Red+Green+Blue) = 38+102+155=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #26669B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26669B is #D99964. Grayscale: #585858. Windows color (decimal): -14260581 or 10184230. OLE color: 10184230.

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

Color convert

RGB38102155-
CMYK0.750.3400.39
HSL207.18º60.62%37.84%-
HSV(B)207.18º75.48%60.78%-
XYZ11.4712.2832.78-
YUV88.91165.391.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.88%
GREEN value IS 102 (40.23% from 255) = 34.58%
BLUE value IS 155 (60.94% from 255) = 52.54%
R=12.88%
G=34.58%
B=52.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal381021550.750.3400.39207.1860.6237.84
Hex26669B4B22027cf3d26
Octal46146233113420473177546
Binary1001101100110100110111001011100010010011111001111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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