#1C689B

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

Shades of Lochmara #1C689B

Tints of Lochmara #1C689B

Color information

#1C689B (or 0x1C689B) is unknown color: approx Lochmara. HEX triplet: 1C, 68 and 9B. RGB value is (28,104,155). Sum of RGB (Red+Green+Blue) = 28+104+155=287 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.76% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C689B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C689B is #E39764. Grayscale: #565656. Windows color (decimal): -14915429 or 10184732. OLE color: 10184732.

HSL color Cylindrical-coordinate representation of color #1C689B: hue angle of 204.09º 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 #1C689B is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB28104155-
CMYK0.820.3300.39
HSL204.09º69.4%35.88%-
HSV(B)204.09º81.94%60.78%-
XYZ11.3512.5132.83-
YUV87.09166.3285.85-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.76%
GREEN value IS 104 (41.02% from 255) = 36.24%
BLUE value IS 155 (60.94% from 255) = 54.01%
R=9.76%
G=36.24%
B=54.01%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal281041550.820.3300.39204.0969.435.88
Hex1C689B5221027cc4524
Octal341502331224104731410544
Binary1110011010001001101110100101000010100111110011001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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