#1B6798

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

Shades of Lochmara #1B6798

Tints of Lochmara #1B6798

Color information

#1B6798 (or 0x1B6798) is unknown color: approx Lochmara. HEX triplet: 1B, 67 and 98. RGB value is (27,103,152). Sum of RGB (Red+Green+Blue) = 27+103+152=282 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.57% from 282); Green value is 103 (40.62% from 255 or 36.52% 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 #1B6798 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6798 is #E49867. Grayscale: #555555. Windows color (decimal): -14981224 or 9987867. OLE color: 9987867.

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

Color convert

RGB27103152-
CMYK0.820.3200.40
HSL203.52º69.83%35.1%-
HSV(B)203.52º82.24%59.61%-
XYZ10.9712.231.48-
YUV85.86165.3286.02-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.57%
GREEN value IS 103 (40.62% from 255) = 36.52%
BLUE value IS 152 (59.77% from 255) = 53.90%
R=9.57%
G=36.52%
B=53.90%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal271031520.820.3200.40203.5269.8335.1
Hex1B67985220028cc4623
Octal331472301224005031410643
Binary1101111001111001100010100101000000101000110011001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,103,152); }

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

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

 a { background-color: rgb(27,103,152); }

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

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

 span { border-color: rgb(27,103,152); }

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