#1A7698

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

Shades of Lochmara #1A7698

Tints of Lochmara #1A7698

Color information

#1A7698 (or 0x1A7698) is unknown color: approx Lochmara. HEX triplet: 1A, 76 and 98. RGB value is (26,118,152). Sum of RGB (Red+Green+Blue) = 26+118+152=296 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.78% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 152 (59.77% from 255 or 51.35% from 296); Max value from RGB is 152 - color contains mainly: blue. Hex color #1A7698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7698 is #E58967. Grayscale: #5E5E5E. Windows color (decimal): -15042920 or 9991706. OLE color: 9991706.

HSL color Cylindrical-coordinate representation of color #1A7698: hue angle of 196.19º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A7698 is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB26118152-
CMYK0.830.2200.40
HSL196.19º70.79%34.9%-
HSV(B)196.19º82.89%59.61%-
XYZ12.5715.4432.02-
YUV94.37160.5279.24-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.78%
GREEN value IS 118 (46.48% from 255) = 39.86%
BLUE value IS 152 (59.77% from 255) = 51.35%
R=8.78%
G=39.86%
B=51.35%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal261181520.830.2200.40196.1970.7934.9
Hex1A76985316028c44723
Octal321662301232605030410743
Binary110101110110100110001010011101100101000110001001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A7698; }

 p { color: rgb(26,118,152); }

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

<style>
 a { background-color: #1A7698; }

 a { background-color: rgb(26,118,152); }

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

<style>
 span { border-color: #1A7698; }

 span { border-color: rgb(26,118,152); }

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