#1C699B

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

Shades of Lochmara #1C699B

Tints of Lochmara #1C699B

Color information

#1C699B (or 0x1C699B) is unknown color: approx Lochmara. HEX triplet: 1C, 69 and 9B. RGB value is (28,105,155). Sum of RGB (Red+Green+Blue) = 28+105+155=288 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.72% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C699B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C699B is #E39664. Grayscale: #575757. Windows color (decimal): -14915173 or 10184988. OLE color: 10184988.

HSL color Cylindrical-coordinate representation of color #1C699B: hue angle of 203.62º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C699B is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB28105155-
CMYK0.820.3200.39
HSL203.62º69.4%35.88%-
HSV(B)203.62º81.94%60.78%-
XYZ11.4512.7232.86-
YUV87.68165.9985.43-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.72%
GREEN value IS 105 (41.41% from 255) = 36.46%
BLUE value IS 155 (60.94% from 255) = 53.82%
R=9.72%
G=36.46%
B=53.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal281051550.820.3200.39203.6269.435.88
Hex1C699B5220027cc4524
Octal341512331224004731410544
Binary1110011010011001101110100101000000100111110011001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,105,155); }

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

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

 a { background-color: rgb(28,105,155); }

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

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

 span { border-color: rgb(28,105,155); }

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