#1d6a98

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

Shades of Lochmara #1D6A98

Tints of Lochmara #1D6A98

Color information

#1D6A98 (or 0x1D6A98) is unknown color: approx Lochmara. HEX triplet: 1D, 6A and 98. RGB value is (29,106,152). Sum of RGB (Red+Green+Blue) = 29+106+152=287 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.10% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #1D6A98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6A98 is #E29567. Grayscale: #575757. Windows color (decimal): -14849384 or 9988637. OLE color: 9988637.

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

Color convert

RGB29106152-
CMYK0.810.3000.40
HSL202.44º67.96%35.49%-
HSV(B)202.44º80.92%59.61%-
XYZ11.3312.8431.59-
YUV88.22163.9985.76-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.10%
GREEN value IS 106 (41.80% from 255) = 36.93%
BLUE value IS 152 (59.77% from 255) = 52.96%
R=10.10%
G=36.93%
B=52.96%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal291061520.810.3000.40202.4467.9635.49
Hex1D6A98511E028ca4423
Octal351522301213605031210443
Binary111011101010100110001010001111100101000110010101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d6a98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,106,152); }

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

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

 a { background-color: rgb(29,106,152); }

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

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

 span { border-color: rgb(29,106,152); }

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