#1A6898

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

Shades of Lochmara #1A6898

Tints of Lochmara #1A6898

Color information

#1A6898 (or 0x1A6898) is unknown color: approx Lochmara. HEX triplet: 1A, 68 and 98. RGB value is (26,104,152). Sum of RGB (Red+Green+Blue) = 26+104+152=282 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.22% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #1A6898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6898 is #E59767. Grayscale: #555555. Windows color (decimal): -15046504 or 9988122. OLE color: 9988122.

HSL color Cylindrical-coordinate representation of color #1A6898: hue angle of 202.86º 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 #1A6898 is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB26104152-
CMYK0.830.3200.40
HSL202.86º70.79%34.9%-
HSV(B)202.86º82.89%59.61%-
XYZ11.0412.3931.51-
YUV86.15165.1685.1-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.22%
GREEN value IS 104 (41.02% from 255) = 36.88%
BLUE value IS 152 (59.77% from 255) = 53.90%
R=9.22%
G=36.88%
B=53.90%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal261041520.830.3200.40202.8670.7934.9
Hex1A68985320028cb4723
Octal321502301234005031310743
Binary1101011010001001100010100111000000101000110010111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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