#26719A

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

Shades of Lochmara #26719A

Tints of Lochmara #26719A

Color information

#26719A (or 0x26719A) is unknown color: approx Lochmara. HEX triplet: 26, 71 and 9A. RGB value is (38,113,154). Sum of RGB (Red+Green+Blue) = 38+113+154=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 154 (60.55% from 255 or 50.49% from 305); Max value from RGB is 154 - color contains mainly: blue. Hex color #26719A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26719A is #D98E65. Grayscale: #5F5F5F. Windows color (decimal): -14257766 or 10121510. OLE color: 10121510.

HSL color Cylindrical-coordinate representation of color #26719A: hue angle of 201.21º 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 #26719A is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB38113154-
CMYK0.750.2700.40
HSL201.21º60.42%37.65%-
HSV(B)201.21º75.32%60.39%-
XYZ12.5414.5632.72-
YUV95.25161.1587.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.46%
GREEN value IS 113 (44.53% from 255) = 37.05%
BLUE value IS 154 (60.55% from 255) = 50.49%
R=12.46%
G=37.05%
B=50.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal381131540.750.2700.40201.2160.4237.65
Hex26719A4B1B028c93c26
Octal46161232113330503117446
Binary100110111000110011010100101111011010100011001001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26719A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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